Faking an agent for debugging the server API #1059
zyronix
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When you need to debug some problem in the server api, for example how is a response from the client handeld. It can be difficult to recreate a scanario to completly reproduce a production scanario. This show and tell gives you some help how to fake an agent and sent the correct responses.
Make sure you have setup the agent and registered it at the server.
Then run the following python code, change it where needed.
Beta Was this translation helpful? Give feedback.
All reactions