index
:
MAC-Telnet.git
autointerface
gh-pages
mactelnet-osx
master
Open source MAC Telnet client and server for connecting to Microtik RouterOS routers and Linux machines via MAC address. (mirror of https://github.com/vyos/MAC-Telnet.git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Makefile
blob: f7786b05097f146812fffb1d128d07a933a5bc1a (
plain
)
1
2
3
4
5
all: mactelnet mactelnet: main.c udp.h udp.c gcc -o mactelnet main.c udp.c