dump1090
dump1090 copied to clipboard
data limit 131072
When I use curl of centos to request data.json,if data over 131072 byte,this request will be not complete and timeout,how can I fix this problem?
best wishes!
I found it to be more around 100k than 130k. No work around that I am aware of right now. I can not make heads or tails of the networking code either as to why.
Hello. That's part of the nature of the dump1090 toy networking, but there is an easy fix enlarging the socket send buffer even more or implementing some very basic write buffer. I'll look into into it hopefully tonight.
I found using the data from adsb.rtlsdr.org will get you to that point fairly quickly.
nc sdrsharp.com 47806 | nc localhost 30001
Think I have it fixed after you said it should have been a simple fix. I started looking for how buffer size is set.