adds another fetcher for the stations, the new one uses websockets to connect to the station.
Telraam chooses the right fetcher based on the scheme of the URL defined in the DB.
I've found out the simplePositioner is not a fan of the multi threading and start panicking with out-of-bound errors after some data has been put in its list. I've opened a new issue as this is something out of scope for this PR
adds another fetcher for the stations, the new one uses websockets to connect to the station. Telraam chooses the right fetcher based on the scheme of the URL defined in the DB.
I've found out the simplePositioner is not a fan of the multi threading and start panicking with out-of-bound errors after some data has been put in its list. I've opened a new issue as this is something out of scope for this PR
closes #127