Mesh Mobile Network for Sharing Internet Connection for Android

I'm interested in the Mobile Mesh network, so we choose it as a graduation project, which represents the idea of ​​creating a mobile phone network as a technology and sharing Internet applications as an application of this technology for Android, but we are now completely lost, because we don’t know the main component and could not find a good start. So kindly help us by providing us with resources or tutorials that show how to create a mobile network design and build an application on top of this technology or books to read.

+4
source share
3 answers

You will probably need to make changes to the platform by configuring or even changing the drivers in base Linux, so you will need root phones.

As a starting point, you can see some of the grid work done for Linux-based OLPC laptops. Also just search the net on the linux mesh network and see what happens.

My recommendation would be to temporarily disable Android, get the base linux that runs the network, and test it using command line executables, and then run android on top of it and make some interesting Android gui application to show off your work .

Alternatively, you can try to pass the mesh implementation to the psuedo-java level for android / dalvik by simply writing the stub drivers, but if it were me, I would execute the Linux implementation of the mesh and just set the interface configuration / monitoring / debugging for applications at the java level.

+2
source

Serval Project and OSLR collaborate; for using their solutions see http://www.olsr.org/?q=olsr_on_android

+2
source

How about this: http://www.servalproject.org/

Among other things, they plan to develop open source mobile grids for Android phones.

0
source

All Articles