├── .gitignore ├── README.MD └── tunnel ├── dial-tone.wav ├── modemClass.py ├── netlink.py └── tunnel.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eaudunord/Netlink/HEAD/.gitignore -------------------------------------------------------------------------------- /README.MD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eaudunord/Netlink/HEAD/README.MD -------------------------------------------------------------------------------- /tunnel/dial-tone.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eaudunord/Netlink/HEAD/tunnel/dial-tone.wav -------------------------------------------------------------------------------- /tunnel/modemClass.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eaudunord/Netlink/HEAD/tunnel/modemClass.py -------------------------------------------------------------------------------- /tunnel/netlink.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eaudunord/Netlink/HEAD/tunnel/netlink.py -------------------------------------------------------------------------------- /tunnel/tunnel.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eaudunord/Netlink/HEAD/tunnel/tunnel.py --------------------------------------------------------------------------------