You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Michele Calgaro
87d29563e3
|
5 months ago | |
---|---|---|
.. | ||
README | 13 years ago | |
main.cpp | 13 years ago | |
networkprotocol.doc | 13 years ago | |
networkprotocol.pro | 13 years ago | |
nntp.cpp | 5 months ago | |
nntp.h | 13 years ago | |
view.cpp | 12 months ago | |
view.h | 5 months ago |
README
This class shows you how to implement your own network protocols and how to use them in a program. This example is part of the network module. The class Nntp implements the nntp protocol. The implementation of the protocol is not complete and should not be used in real programs.