Entertainment

From ArmadeusWiki
Revision as of 20:36, 20 January 2007 by ThomasB (Talk | contribs) (Download)

Jump to: navigation, search

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
  • Console oriented client in C programming language for Linux, windows ...
  • Graphic oriented client in Java ?

Project will continue if people are interested

For the moment:

  • Chat server is done, run under armadeus card, windows, linux ...
  • Oriented console client is done... (bug with linux, take a lot of ressources)
  • Has been tested with Visual Studio 2005 and Code::blocks (mingw) under windows and gcc under linux

Live Test

  • You can test it with telnet or netcat by typing in a console
netcat psyphi.homelinux.org 1234
  • Or simply use the client by downloading and compiling the sources.

Remarqs My armadeus card is not always online ;-), so it could be not run. Maybe it will be no other person to answer you ^^.

Download

Sources can be found here