Will this work with a pigeon and a USB stick? (Given a pigeon strong and fast enough to fly back and forth thousands of times.)
Show HN: Tunnelling TCP through a file
31–40 of 42 posts
Re: Show HN: Tunnelling TCP through a file
#32Re: Show HN: Tunnelling TCP through a file
#33Re: Show HN: Tunnelling TCP through a file
#34Feature request: TCP over Facebook Messenger, TCP over Whatsapp For use on flights where they give you "messenger only" internet access. Feature request: TCP over JPEG cat pictures on HTTP port 80 It would likely do a better job at circumventing the China firewall than existing VPNs that can be flagged as VPN protocols.
They still rate limit these flows to a very low speed.
Re: Show HN: Tunnelling TCP through a file
#35Earlier quoted context omitted.
It looks like one file per direction, and this is a point to point connection. It looks like each side just reads to the end of the file and then tries to read more to see if any new data is available.
Yes exactly. One file in each direction made arbitration easier. In the future I will implement a single file to handle both directions.
Re: Show HN: Tunnelling TCP through a file
#36That’s cool. A question that immediately comes to my mind is this: how is this different than using the Windows SMB native support for named pipes over the IPC$ share? From your example it would seem the users on both sides of the share would require the same AAA for your implementation as would be required to use IPC$ via SMB. If that is indeed the case, (I am not a Windows pr SMB expert, so perhaps you will tell me…
It would presume trusting the permission system over NFS, though.
Re: Show HN: Tunnelling TCP through a file
#37Will this work with a pigeon and a USB stick? (Given a pigeon strong and fast enough to fly back and forth thousands of times.)
Re: Show HN: Tunnelling TCP through a file
#38What's the benefit of this over netcat + mkfifo?
Re: Show HN: Tunnelling TCP through a file
#39reminds me how the other day I circumvented disabled SSH port forwarding by using https://github.com/nwtgck/yamux-cli + ncat already on the machine to do something like: yamux -l lport | ssh server -- .sh good thing I needed HTTP access or else i had to find that socks5 server that's actually working again.
Do you have a good resource recommendation to learn this more?
Re: Show HN: Tunnelling TCP through a file
#40There's a more complete version of this with nncp: https://www.complete.org/nncp/