Giter Site home page Giter Site logo

litter's Introduction

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.


litter's People

Contributors

benglard avatar johnynek avatar pstjuste avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.