This Swift project is just an proof of concept for a Mobos 2015 pre-event. Its purpose is to read & parse sensor values received from a hub. Andrei Craciun is the owner of the idea and also the one responsible for the hardware.
Demo project that reads data from an url, analyse it using Sensoriada framework and displays it to the user. Example of an compatible JSON that can be read by the framework:
{
"sensorNodes": [
{
"id": 0,
"voltage": 2848,
"secondsAgo": 22796,
"date": "2015-01-12 17:00:29",
"sensors": [
{
"type": 10,
"version": 1,
"value": 412
}
]
}
]
}
PS. Code coverage is not yet working for Swift StackOverflow