New HTTP and UDP testking clients #636
josecelano
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have added two new simple tracker clients (for testing purposes) that you can use to make
announce
requests. For example, using the demo tracker:HTTP tracker client
UDP Tracker client
The output for the UDP client is not JSON because the aquatic UDP protocol crate does not derive the Serialize trait.
In the future, it could be used for smoke testing after deploying a new version to the demo env.
Beta Was this translation helpful? Give feedback.
All reactions