This project was started as a project for the u23 project of the Chaos Computer Club Cologne (C4). RobertSchneider, Trip-eng and I were tasked to create a web based chat system for use in Freifunk. The BroadChaos Chat is the result of our work.
The bcc_server handles incomming WebSocket - connections.
After the handshake it will send every incomming chat-message to the given broadcast address.
For example:
./bcc_server 192.168.0.255
- Better error handling
- Config file? (or parameters like 'MAX_CLIENTS' etc.)
- Cross-compile for OpenWrt
- Method descriptions
- Testing