Learning Networking
-
I have been trying to learn internet networking and I have been learning with the Examples in the qt creator, but I have been running into a lot of problems because of a lack of knowledge of how certain things work. I will like to seek information on material that can be used to study networking and become highly proficient in it. I have no prior knowledge before
-
Hi,
That is a bit too vague as networking is a pretty broad topic.
Are you thinking about writing client server application ?
Manage low-level network stuff ?
Network hardware ?
etc. -
@SGaist What I am trying to work on currently is building a chatbot according to the principles here https://csprojectedu.com/2019/01/27/COMP3023-Peer-to-Peer-Chat/ . Found an example in the qt creator but trying to build on that is really confusing .
-
Looks like https://wiki.qt.io/WIP-How_to_create_a_simple_chat_application is a good place to start
-
Thanks a lot, will check it out and give feedback