Workshop to create a sensor application over a WiFi Mesh network - GitHub - binnes/WiFiMeshRaspberryPi: Workshop to create a sensor application over a WiFi Mesh network
Describes a proximity based technology using MANET that deals with various events, i.e. changing the traffic light when an ambulance or police car is nearby.
In this solution there is an addition of synchronization functionality which prevents loss of publications during the distribution of subscriptions among the nodes.
Describes the need of having a highly reliable and efficient mean of communication between soldiers on the battlefield. Although this solution is using some external wide area connectivity it mostly depends on local one, this is achieved with the introduction of 4G technology as a support to MANET. This is why it is more reliable than other solutions, and on the battlefield reliability plays a major factor in the result of the battle.
Mainly based on implementing a router infrastructure which is independent from outer sources (it is working locally) and it transmits data to the mobile phones or laptops which are simply depicted as receiver devices, they don’t send anything back, basically the whole idea is that the routers do the whole work of sending news items to the mobile devices and the gossip algorithm is implemented between the routers only, they also got implemented a shuffle function which sends a random item to other routers and is removing it from its current accumulation of items so that there is a higher probability of someone getting it even if he wasn’t passing nearby that specific router. The mobile devices can filter out news that they don’t want to receive. If there is a duplicate of an item in the router’s storage then it is being erased. There can and should exist replicas of items in other router’s storage.
M. Bilal, and M. Kang. (2012)cite arxiv:1801.00389Comment: 5 pages, 6 Figures, Presented in 14th International Conference on Advanced Communication Technology IEEE ICACT'12. February 2012, South Korea.