/litter

Lan Twitter over SocialVPN

Primary LanguagePython

Litter - Microblogging for the LAN
==================================

Litter is a microblogging service designed for the local area network. It uses IP multicasting to send updates to other nodes that is reacheable via multicast (typically a LAN, or a multicast-supporting VPN). It listens on one or more network interfaces defined by the user at startup. The service is accessed through a web interface at http://127.0.0.1:8080. It currently runs on Linux and Windows.


Instructions
------------


On Linux, provide the name of the network interface to listen on with the -i option.

    python litter.py -i eth0

Litter also supports multiple interfaces

    python litter.py -i eth0 -i wlan0

You can also specify a user id

    python litter.py -i eth0 -n myid

You can also change the TCP port for the web interface

    python litter.py -i eth0 -n myid -p 8080

On Windows, after you install the Python, go to the src folder and double-click on litter.py

Interface
---------
To access the web interface, open the browser to http://127.0.0.1:8080


License
-------

Public domain for now.