Decrease data usage with Blue hardware - Printable Version +- Blitzortung.org Forum (https://forum.blitzortung.org) +-- Forum: Public Forums (https://forum.blitzortung.org/forumdisplay.php?fid=29) +--- Forum: Hardware, Software, Lightning Physics (https://forum.blitzortung.org/forumdisplay.php?fid=30) +--- Thread: Decrease data usage with Blue hardware (/showthread.php?tid=1615) Pages:
1
2
|
RE: Decrease data usage with Blue hardware - Steph - 2016-01-24 Another Idea to save traffic/overhead and reduce server load: A lot of strikes have subsequent strikes following within miliseconds: Maybe you can pool multiple signals together and only send data for example once every second. RE: Decrease data usage with Blue hardware - Eric.Wouters - 2016-01-24 mmm see the idea but what if we have a heavy storm with many strikes ... stations nearby won't be affected since going into saturation. But those that are at good distance for triangulation with precision ... imagine they all miss a few strikes due to this, in the end you won't ever have enough data for triangulation since each station will miss a few peaks but not necesarely the same ... my 2 cents RE: Decrease data usage with Blue hardware - Steph - 2016-01-24 I don't ment to throw away signals, but to pool them, so there is less IP/UDP overhead and the compression may be more efficient. RE: Decrease data usage with Blue hardware - Tobi - 2016-01-24 Pooling needs memory and the controller has very less memory. Saving a few bytes by reducing the overhead is not worth the memory. That's why we send the signals out as quickly as possible to have space left for the next ones. If not, then this will generate an overflow which you can see on the top of the status page. RE: Decrease data usage with Blue hardware - Bart - 2016-02-04 (2016-01-20, 02:22)kevinmcc Wrote:I'd say that heavily depends on the station environment, in a perfect vacuum far away from any other sources electromagnetic sources this would hold true; the real world is very different though. And yes, noise is a quantity you can statistically model, but the exact parameters of said model are quite location dependant. So unless you manage to throw out most of the noise this generally wouldn't work very well. Additionally your main overhead would remain: the packet headers for networking. That's why stream compression has a chance of working though, but it must be applied correctly (increase signal delay and buffer data).(2016-01-17, 10:21)Bart Wrote:(2016-01-16, 09:16)kevinmcc Wrote: I was thinking QuickLZ, LZO, LZ4, LZ4-HC, or zlib for the the compression. My first concern would be how much data needs compressed and how much cpu power the Blitzortung receivers have. Would they be able to compress the data fast enough. The second concern is the the power needed to decompress at the server end. I agree some data is not very compressible, some is very easily compressible. I am still waiting for System Blue to launch so I can participate. Having not seen the data myself, I can not judge. Compression may not even be a worth while option. |