Skip to content
/ anairc Public

Anairc is a simple distributed chat written in java, usable in LAN enviroments without any server.

License

Notifications You must be signed in to change notification settings

ltworf/anairc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

anairc

anairc: not an IRC chat

Anairc uses broadcast UDP packets to comunicate on the local network so all the clients can talk to each other without a central server, just start it and talk!

If you worry about the "broadcast" thing, then don't worry, Windows machines broadcast a lot of crap all the time, it won't make a difference.

Unfortunately when this was written I didn't know python so it's written in Java.

Compile

Just run

$ make
$ make start

To compile and execute.

If you happen to not have make installed shame on you! Open the Makefile and figure it out by yourself.

About

Anairc is a simple distributed chat written in java, usable in LAN enviroments without any server.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages