Sending decoded JSON data over TCP #273
-
Hello everyone. Is there any way I can send the decoded data in JSON format over TCP, as shown in the output with the -o 5 option? My idea is to open a socket from Node.js and read the JSON from there. Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Hello, only the -o 3 equivalent. Just had a look if I can quickly implement this. Will do in the coming days. I think it is a useful addition. |
Beta Was this translation helpful? Give feedback.
-
Just uploaded the work from last night. If you want to send JSON with full decoding as a TCP client:
with Give it a try :-) |
Beta Was this translation helpful? Give feedback.
Ok, did a quick prototype, need some more testing, but looks doable without too much change