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
This is still in development and there is probably some inefficient code somewhere... .
Feel free to criticise, report bugs or to improve.
Todo:
- Method descriptions
- Testing