andrew-rogers / Servalot

Java implementation of inetd for Android.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Servalot

An inetd like super-server

Very much like inetd Servalot handles TCP sockets and communicates with a service using the stdio. This means that the service does not have to handle the socket connections directly. The service process can be written in any language that can handle the stdio.

Access to bluetooth connected RFCOMM devices

In addition to the service process being able to communicate with clients connected via a TCP socket, the service shall also be able to communicate with an RFCOMM device via the stdio connection to Servalot.

About

Java implementation of inetd for Android.

License:GNU General Public License v2.0


Languages

Language:Java 56.4%Language:JavaScript 27.3%Language:Shell 9.5%Language:HTML 4.6%Language:C 2.1%Language:Makefile 0.1%