Skip to content

A minimalistic TCP/UDP tunnel for micro-controller clients

Notifications You must be signed in to change notification settings

brucemack/microtunnel

Repository files navigation

Test Commands

    # Command to listen on UDP port
    nc -l -u 5198
    # Command to send on UDP port
    printf "aaaa" | nc -u 172.56.192.247 5198

    # Command to request HTTP/1.0 GET from www.google.com
    printf "\x00\x0b\x02\x00\x01\x8e\xfb\x28\x84\x00\x50\x00\x17\x04\x00\x01GET / HTTP/1.0\r\n\r\n" | nc 127.0.0.1 8100

     ssh -i microlink-2024-03-07.pem [email protected]

Incomnig Call

    RING                                                                                                                    RING                                                                                                                    MISSED_CALL: 06:50PM +15089330818

About

A minimalistic TCP/UDP tunnel for micro-controller clients

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published