ni.com is currently experiencing issues.
Support teams are actively working on the resolution.
ni.com is currently experiencing issues.
Support teams are actively working on the resolution.
02-07-2024 08:20 AM
Hi,
I just started to collect JSON Data from a device IP on Port 30002. I tested JKI Tools HTTP Rest client (download by JKI VIPM) and NI HTTP client (data communication/protocol/). But only get the attached error 58. Firefox browser can print the JSON Data. And example simply TCP/IP.vi can read the data but isn't really convenient. Any idea to resolve the error?
best regards
Ivo
Solved! Go to Solution.
02-07-2024 10:55 AM
Are you sure your device is talking HTTP?
HTTP is request-response, but in your TCP screenshot there is no request made to the device. It just starts sending data when the TCP connection is established. Maybe firefox can handle that?
Anyway, just use a smaller timeout or change read mode to CRLF and unflatten the data.
From what I understood, you could get 192.168.178.110/aircraftlist.json? (https://wiki.jetvision.de/wiki/Radarcape:Software_Features#Aircraft_List_JSON_Service)
02-15-2024 07:12 AM
Ok, that fix the problem. I missed the wiki link you have posted. Thanks a lot.
Best regards