You see, I have a server in a raspberry. This server generates a distributed network topology based on ad-hoc (Mesh Network). I have several web services implemented (see topology, traffic sniffer in the network ..). The thing is that now I wanted to develop an android application that uses such web services .. But Android does not allow to connect to ad-hoc networks .. So I can not access those web services. The server is LOCAL, so Obviously if I'm not inside that network I can not use them. How can I make requests to these web services? Can the HTTP request be encapsulated in a bluetooth datagram and then the bluetooth server of the raspberry process the request and answer the android device? Thanks and best regards!