eqemu

view README @ 10:819c7ebb1bec

added libimago to avoid the external dependency
author John Tsiombikas <nuclear@member.fsf.org>
date Fri, 18 Jul 2014 05:07:40 +0300
parents 48dce4ee4850
children 2b559dc24c7b
line source
1 1. Create 2 pseudoterminals: socat -d -d PTY PTY
2 2. start ./eqemu /dev/pts/one
3 3. set the php script to use /dev/pts/theother (make sure apache has permission
4 to rw it).
5 Try minicom -D /dev/pts/theother with disabled flow control to test it.