Saturday, April 14, 2012

Wifi Bluetooth War

The paper describes tests run to determine the effect of using bluetooth and wifi in near proximity like on various network cards nowadays. They found that when bluetooh is being used wifi effectiveness drops drastically though the converse is not nearly as notable for bluetooth. To solve this issue AHF was used to disable bluetooth on the bands that were being used for wifi on the same card but this doesn't solve all the issues. Use of AHF causes bluetooth and wifi to have 0 interference if the adapters are at a distance of 2m from each other. Various methods are being used to allow for full bandwidth use: the most common inter card communication to balance packets. Noncollaborative methods also exist which rely on sending smaller packets so less data need be resent if failure occurs. Another system which uses bit error rate spams data on channels and determines the one with the least interference to send data on. Other collaborative techniques simply kill one transmitter when another is in use much like a mutex on data sending between the cards.
If found the knowledge that bluetooth and wifi are running on nearly the same bandwith extremely interesting. I did not know that the technologies were so similar and the main difference between them is simply power consumption. Knowing more about the basis of what our project runs on has provided greater insight into what is possible and the limitations of our idea. It also explains some issues I noted when testing with different devices as the hop nodes: when a phone with wifi was used signal to the mobile node occurred much more quickly. I find the issue extremely interesting and note that the current setup is worlds better than it was 7 years ago.

Thursday, April 12, 2012

Multicast Over Mobile Ad-Hoc Networks

The Paper describes MANETs which are simply mobile ad hoc networks. Current multicast protocols assume a static network and do not handle the movement of nodes or network reconfiguration well. The networks are also limited because the amount of control information sent along the network should be minimized due to battery issues. The simplest form of providing MANETs is through flooding which each packet is broadcast through the network to every node once but this causes formation of loops and packet collision. Nodes join by a single node broadcasting its id in a message to the others as well as net forming metric. The system then generates new numbers for these nodes which spread the network following the metric. If a node cannot find a parent it calls for a Branch reconstruction which can cause packet loss. The restructuring involves broadcasting a message to all nodes that are nearby to attempt to join the network. the message is forwarded from nearby nodes until the source receives the message that it is on the network. Other algorithms including mesh broadcasting are mentioned followed by deferential destination multicast which is rather similar to our network structure.
Our network being based on bluetooth sockets does not need the same types of structures to generate the network. All nodes will attempt to connect to all paired nodes but will be able to alter connections when reaching the cap of 7 connections. Due to the nature of bluetooth, we always know when a node has dropped off or fallen out of range and the network will automatically reconnect them to the network if a message is received from them or they are again in range when the message is sent. The routing table will then update to take into account the node's movement.

Wednesday, April 11, 2012

Mesh Networks: Commodity Multihop Ad Hoc Nets

Although much research has been done in the field of ad hoc networks, they have not seen common usage in the general populace, the DoD and disaster recovery have used ad hoc networks but in general they are unused. The system described uses wireless routers or bridges to extend the range of the current network and act as a router without the need for a networking cable. The paper discusses existing networks that do this and say that the current systems if integrating MANET algorithms would be able to easily extend their network quickly. The system uses sets of multiphop information to layer the levels of sending data along to other nodes in the network. The network relies on a wireless backbone to provide service for the mobile nodes and maintaining a complete graph creating a wireless backhaul communication system. The network would be simple to deploy and self managing allowing users to join or drop off the network quickly and easily. The systems are not well used because the availability of such a network is not easily acquirable but could be given little work. There are several IEEE specs that define addressing for small quickly changing networks that allow for maximal flexibility on these networks. One of the solutions is the WiMAX towers that are nowadays being used for 4G access on cell phones as well as internet like Verizon fios's wireless service. The combination of WiMAX and wifi can enable longer range high speed internet to smaller local wireless networks and form a large mesh network. The paper also describes various methods for reducing interference when various nodes can collide waves in the same space. Finally for routing data the network would determine at the time of sending what would be the 'best' route for the data to follow. The system is again designed for fair sharing which most current protocols are not.
I find the paper to have been rather uninformative save for combining the findings of various existing plans and ideas. Many of the technologies described are being used now but do not support the ad-hoc capabilites as of yet. Some of the design constraints described in the paper are good ideas for our network like ensuring routes if there exist any in case of drop out nodes or unexpected interference. The idea of a framework of wireless nodes with various ad hoc users sounds a rather lot like tamulink-wpa but with potential to be more versatile.

Monday, March 26, 2012

Weighted Clustering Algorithm for Mobile Ad Hoc Networks

The article describes the importance of ad hoc networks in locations that are not covered by backbone wireless networks. The methods of networked described use sets of clusters which are nodes controlled by a single clusterhead and those are pulled together into dominant sets. The network is set to change dynamically and so the clusterheads are determined based on heuristics. The network also attempts to change the network structure in the minimum amount possible so as to reduce the amount of computation time restructuring the network. The network is restructured by a Weighted Clustering Algorithm WCA for short. The algorithm uses transmission range to determine the graph set of the clusterheads. New nodes connect to the dominant set and if one can join the network but not to a member of the dominant set then the dominant set is restructured. The dominant set is to consist of the minimum number of nodes possible determined by the range of each of the nodes to obtain a lower bound. In order to restructure the nodes most efficiently, the nodes are updated as rarely as possible. The nodes are clustered so that the efficiency of no node is over used. Finally, the battery power and mobility of the node are taken into account because you want the most stable network most commonly.
The algorithm would be extremely useful for our network in the general sense except that in our network, every single node is a clusterhead. We have no need to restructure the network since every single node connects to as many nearby nodes as it can. This results in extra network update requests being forwarded in some cases but allows us to never have to restructure the network so long as they are connected. We can however use a similar algorithm to attempt reconnecting if a node falls off the network. This would allow nodes that loose one connection to possibly connect to another node on the network. However, we can only connect to paired nodes so that means we must check both the paired list and network list to determine if we can connect to a node at all and if not we can open up the search for network and pairing menu for the user.

Thursday, March 8, 2012

Phone as a Wiimote

The paper describes a method by which we can use mobile phones with 3d accelerometers like a wiimote allowing users to interact with games on a whole new level. This idea also seems to have inspired Nintendo as they plan on releasing the next remote that is a screen and classical controller merged with the wiimote. They are using a framework dubbed poppet in order to interact with larger screen games than are possible on a phone. The framework uses the Symbian sensor API to access devices available via hardware and bluetooth. The platform runs on using a socket to communicate with a c++ application that sends messages to the socket on callback. To communicate with the wii the system uses accelerations to determine movement but does not know a 'front' since there is no infrared sensor. The system works with pc's by using the was implemented using the Franson Bluetooth SDK for C# to alleviate many recurring issues.
The idea of using a phone for this is quite neat to me but I especially like how the system has been implemented so as to have maximal compatibility across platforms.

Tuesday, February 28, 2012

Bluetooth documentation

The resource describes most of the openly accessible functions available for our version of the framework. The resource is extremely useful as it describes how to interface with the bluetooth devices and adapters.

The usefulness of this resource is more than apparent as we are using bluetooth to interact betweeen phones and provide our network.

Tuesday, February 21, 2012

Mobile Gaming

The document describes the movement of gaming from being simplistic monochromatic games to the current interactive networked games making millions of dollars. The game describes how games like Everquest generated a revenue of around 1.5 Billion by 2004 completely outside of the game itself. Mobile games do not work in quite the same way. Most games are singleplayer and the multiplayer games are a new development. The discussion shows how using a wireless networked game via data as opposed to bluetooth is much slower than it need be and would not be overly feasible. They advise making money by buying into online currency for the games and securing them in that manner. The discussion also found that most users want to play with their friends instead of online in general.
I find that the article seems a little out of date since we've found that most of what it discussed is coming to pass and that there are various methods of making the system work correctly for more than 8 phones without horribly sucking power.