You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project is intended to provide an API that you can use for bluetooth communication in an Android app - one that you might even publish in Google Play. See below for more info.
NanoHTTPD with a simple HTTP connection pool per the recommendation at http://java.sun.com/developer/technicalArticles/Networking/Webserver/. Adaptations made to NanoHTTPD and NanoHTTPDPooled for u…