Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...



Promiscuous Mode for the ESP8266

The ESP8266 offers an interesting WiFi-enabled small-scale embedded platform. Your task is to extend the MicroPython firmware available for it to enable its wireless interface's promiscuous mode. This lets an ESP8266 act as a passive WiFi sensing and measurement device. Based on your implementation, you design a distributed experiment with multiple devices that makes use of your new feature, e.g. track WiFi beacons from smartphones across geographical areas in a privacy-preserving manner (paper).

If you're interested, please contact Albert Rafetseder (albert.rafetseder@univie.ac.at)


Load Based Resource Allocation and Licensing in Wireless Networks

Radio channels channel capacity is a key resource to operate wireless networks. Therefore, mobile Mobile operators spend a lot of money (typically in the range above 1 bn EUR) to obtain spectrum licenses to use radio, which give them exclusive rights to use particular frequency bands. In reality, these frequencies are utilitzed to the full extend only in densely populated areas. In other regions (e.g. rural areas) operators do not need their entire licensed spectrum. Instead of static licenses, the proposed topic focuses on load based licensing schemes: Your task is to create a simple simulation of a dynamic "licensing process" which takes into account the current network load. It is expected to implement a simple assignment algorithm, e.g. a license broker in Matlab. The model should be agent based and object orientated.

If you're interested, please contact Stephan Wirsing (stephan.wirsing@univie.ac.at)

...