Git Product home page Git Product logo

donkeywatch's Introduction

DonkeyWatch

Extremely small app to remotely watch the downloading status of a MlDonkey server running on any Linux box. I made this to access my box inside a firewalled home network from any internet connected device. The web page uses bootstrap so works flawlessly in any mobile device

INSTALL BASH SCRIPTS ON YOUR LINUX MLDONKEY SERVER:

  • launch_mldonkey: runs the mldonkey server in the background and launch the following script (daemon) in the background too
  • daemon: connects to the mldonkey server through the character interface, extracts the status of the server and writes to a temporary file. Launch the final script (emule_stats). Sleeps for 15 minutes and repeat.
  • emule_stats: reads the temporary file, formats the output and using curl, sends the formatted data via HTTP POST to a servlet deployed in Google App engine.

In your cloud provider (Google App Engine in this case), install the Java webapp. It's made of just two components:

  • PostServlet: this servlet just gets the data sent via HTTP POST from the previous bash script and stores it in a single entitty in the Google Datastore. It's invoked each 15 minutes when the script inside the linux box is running
  • index.jsp: this is the only frontend component. It's a JSP using jQuery and Bootstrap that connects to Google Datastore, extracts the info and formats into a nice webpage

Enjoy.

donkeywatch's People

Contributors

cluis-lopez 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.