Difference between revisions of "Entertainment"
From ArmadeusWiki
(→Chat server) |
|||
Line 8: | Line 8: | ||
==Chat server== | ==Chat server== | ||
Tiny chat server with select() function (no thread) for the armadeus board. | Tiny chat server with select() function (no thread) for the armadeus board. | ||
+ | -C Programming language | ||
+ | -Multi-Users |
Revision as of 09:50, 19 January 2007
Portable game platform
Currently, we have all the necessary hardware interface with an APF9328 to developp a high level portable gaming platform, (except probably for sound generation which needs more testing yet). An article explaining how to build that platform is in progress. It will be published in the French Magazine: GLMF (GNU/Linux Magazine France).
Ask JulienB for more informations.
PDA
Based on the game platform a PDA could be build relatively fast.
Chat server
Tiny chat server with select() function (no thread) for the armadeus board. -C Programming language -Multi-Users