Python Forum
Need help to make a server/client for DNS - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: Networking (https://python-forum.io/forum-12.html)
+--- Thread: Need help to make a server/client for DNS (/thread-10888.html)



Need help to make a server/client for DNS - Eddie05 - Jun-12-2018

https://ibb.co/mQomFJ server script
https://ibb.co/mCqSNy client script


RE: Need help to make a server/client for DNS - j.crater - Jun-12-2018

1. Post both scripts in Python code tags (you can find help here).
2. Explain what isn't working properly (explain actual result vs desired result) or, if you get errors, post full error traceback message in error tags.