forked from pstjuste/litter
-
Notifications
You must be signed in to change notification settings - Fork 0
gitor/litter
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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 ------------ Download Python 2.x for your operating system (http://python.org/getit/), and then download Litter (https://github.com/ptony82/litter/downloads). unzip litter_x.y cd litter_x.y 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.
About
Lan Twitter over SocialVPN
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published