Difference between revisions of "Web"
From ArmadeusWiki
(Add Boa) |
(→HTTP Server) |
||
| (6 intermediate revisions by 3 users not shown) | |||
| Line 1: | Line 1: | ||
| − | =Chat server= | + | ==Browser== |
| + | * [[Links]] | ||
| + | |||
| + | ==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 | * C Programming language | ||
| Line 5: | Line 8: | ||
* Console oriented client in C programming language for Linux, windows ... | * Console oriented client in C programming language for Linux, windows ... | ||
* Graphic oriented client in Java ? | * Graphic oriented client in Java ? | ||
| − | Project will continue if people are interested | + | Project will continue if people are interested. |
===For the moment:=== | ===For the moment:=== | ||
| Line 15: | Line 18: | ||
Sources can be found [http://www.surfprotector.org/armadeus/iterativ_chat/ here] | Sources can be found [http://www.surfprotector.org/armadeus/iterativ_chat/ here] | ||
| − | =HTTP Server= | + | ==HTTP Server== |
| + | * [[Boa|Boa (Embedded Webserver)]] (deprecated) | ||
| + | * [[Lighttpd]] | ||
| + | |||
| + | == Webcam == | ||
| + | * [[GspcaWebcam|Webcam (GSPCA driver)]] | ||
| + | |||
| + | ==Misc== | ||
| + | * [[Flot|Flot plotting library]] | ||
| − | [[ | + | [[Category:Web]] |
Latest revision as of 18:06, 11 April 2016
Contents
Browser
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
Download
Sources can be found here
HTTP Server
- Boa (Embedded Webserver) (deprecated)
- Lighttpd