From Minitel in Golang with ❤️
Minigo provides an SDK to build a Minitel server over:
- ✅ WebSockets
- ✅ Serial Modem V.23 (Hayes)
- ❌ TCP
The Teletel Standard is ported to the Go language. The basic set of commands is located within teletel.go, the constants are located in consts.go.