1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
Source: mactelnet
Section: net
Priority: extra
Maintainer: Håkon Nessjøen <haakon.nessjoen@gmail.com>
Build-Depends: debhelper (>= 9), autoconf (>= 2.68~), automake (>= 1.1), dh-autoreconf (>= 10)
Standards-Version: 3.9.8
Homepage: https://github.com/haakonnessjoen/MAC-Telnet/
Vcs-Git: https://github.com/haakonnessjoen/MACTelnet-Debian-Packaging.git
Vcs-Browser: https://github.com/haakonnessjoen/MACTelnet-Debian-Packaging
Package: mactelnet-client
Architecture: linux-any kfreebsd-any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Console tools for telneting and pinging via MAC addresses
Ping, discovery and telnet tools for connecting to Mikrotik RouterOS
devices, or other MAC-Telnetd powered machines/devices.
.
This tool can communicate over the local area network using UDP packets
with a MAC-address as destination. You can telnet Linux machines that
have installed mactelnet-server, or a Mikrotik RouterOS device.
.
Uses Mikrotik's own proprietary protocol. Included are also MNDP discovery
application, and macping to ping via the mactelnet protocol.
Package: mactelnet-server
Architecture: linux-any kfreebsd-any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Telnet daemon for accepting connections via MAC addresses
This is a telnet daemon that uses Mikrotiks proprietary MAC-Telnet protocol.
You will be enabled to "mac-telnet" from Linux machines with mactelnet-client
or Mikrotik RouterOS devices which already has tools for this.
|