Hi, I'm working on a simple UDP client script:
torrust/torrust-tracker#627
I want to have a simple command to make a default request to a UDP tracker. I'm using aquatic. I would like to print the response in JSON format. But UDP responses don't implement the serialize trait. I guess it could be derived automatically.
I've already created another client for HTTP trackers:
https://github.com/torrust/torrust-tracker/blob/develop/src/bin/http_tracker_client.rs