Python Dotted Dictionary
Access your Python dict with a dot
>>> sn.url
'TeroKarvinen.com'
Using just built-in standard libraries
>>> sn = SimpleNamespace(**d)
Access your Python dict with a dot
>>> sn.url
'TeroKarvinen.com'
Using just built-in standard libraries
>>> sn = SimpleNamespace(**d)
Where did I hear that signal? What's radio environment like in our Pasila office?
Icarus will scan radio environment using SDR (software defined radio) and display results on map. The end result is a mobile mapping device using RTL-SDR and WiFi on Kali Linux on Raspberry Pi. Icarus can be controlled remotely with a cell phone.
My students Tommi, Nikita, Elmo and Aki just started project Icarus. Project ends in May 2021.