Chat through UDP local broadcast.
$ git clone [email protected]:cjgajard/broadchat.git
$ cd broadchat
$ make
Usage: broadchat [OPTION]...
Option:
-b ADDRESS, --bcast ADDRESS sets broadcast address (default: 192.168.1.255)
-p NUMBER, --port NUMBER sets broadcast port (default: 6667)
-v, --version shows version
-h, --help shows this message
Broadcast address can also be assigned with the environment variable BCAST_ADDR
e.g.:
export BCAST_ADDR='10.10.1.255'
- Fork it ( https://github.com/cjgajard/broadchat/fork )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request
- cjgajard Carlos Gajardo - creator, maintainer