Skip to content

Trip-eng/bcc_server

 
 

Repository files navigation

bcc_server

Purpose / Goal of this project

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... .
Todo:

  • Better error handling
  • Config file? (or parameters like 'MAX_CLIENTS' etc.)
  • Cross-compile for OpenWrt
  • Method descriptions
  • Testing

Dependencies

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 86.7%
  • C 12.4%
  • Makefile 0.9%