[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Go Modem Protocol and pipes



Title: Go Modem Protocol and pipes

In CGoBan is impelemented GMP with great extension.
CGoBan can use GMP to comunicate with other program on single machine.
CGoBan redirects stdin and stdout of other program, and sends data using pipes.

CGoBan can use modem or pipes with Go Modem Protocol.


I think that this extension should be impemented in other programs (eg. OpenGo).


This method lets:
- test GMP without problems on single machine.
- run multipe Go programs on single machine
- You can use GnuGo to play with your program.


I think that most Go programs use GMP, then with little work they can use GMP with pipes.


Wiesiek Grygo