Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 517 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 517 Bytes

☎️ minigo

From Minitel in Golang with ❤️

Overview

Minigo provides an SDK to build a Minitel server over:

  • ✅ WebSockets
  • ✅ Serial Modem V.23 (Hayes)
  • ❌ TCP

Teletel Standard

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.