https://github.com/hotkit/fost-internet
Networking libraries with some common client and servers.
https://github.com/hotkit/fost-internet
Last synced: 2 months ago
JSON representation
Networking libraries with some common client and servers.
- Host: GitHub
- URL: https://github.com/hotkit/fost-internet
- Owner: hotkit
- Created: 2014-02-09T08:51:48.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2020-07-08T04:51:59.000Z (almost 6 years ago)
- Last Synced: 2026-01-01T02:34:42.181Z (6 months ago)
- Language: C++
- Size: 1.73 MB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog
Awesome Lists containing this project
README
# fost-internet
Internet and networking libraries.
There are two main libraries included:
* [fost-inet](./Cpp/fost-inet)--Contains stream oriented protocols (HTTP, POP3, SMTP) and basic networking functionality for client/server TCP networking. Only blocking APIs are supported.
* [fost-hod](./Cpp/fost-hod)--A packet oriented non-client/server protocol with a TCP transport.