├── Docs └── translate-morse.pdf ├── Enclosure ├── InternetTelegraph-enclosure-sides.svg └── InternetTelegraph-top-and-bottom.svg ├── README.md ├── client.go ├── config.json ├── rc.local ├── server.go └── wpa_supplicant.conf /Docs/translate-morse.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheAutodidacts/InternetTelegraph/HEAD/Docs/translate-morse.pdf -------------------------------------------------------------------------------- /Enclosure/InternetTelegraph-enclosure-sides.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheAutodidacts/InternetTelegraph/HEAD/Enclosure/InternetTelegraph-enclosure-sides.svg -------------------------------------------------------------------------------- /Enclosure/InternetTelegraph-top-and-bottom.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheAutodidacts/InternetTelegraph/HEAD/Enclosure/InternetTelegraph-top-and-bottom.svg -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheAutodidacts/InternetTelegraph/HEAD/README.md -------------------------------------------------------------------------------- /client.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheAutodidacts/InternetTelegraph/HEAD/client.go -------------------------------------------------------------------------------- /config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheAutodidacts/InternetTelegraph/HEAD/config.json -------------------------------------------------------------------------------- /rc.local: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheAutodidacts/InternetTelegraph/HEAD/rc.local -------------------------------------------------------------------------------- /server.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheAutodidacts/InternetTelegraph/HEAD/server.go -------------------------------------------------------------------------------- /wpa_supplicant.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheAutodidacts/InternetTelegraph/HEAD/wpa_supplicant.conf --------------------------------------------------------------------------------