https://github.com/mincrmatt12/packety
An easy way to do packet-based networking.
https://github.com/mincrmatt12/packety
network packet python
Last synced: 8 months ago
JSON representation
An easy way to do packet-based networking.
- Host: GitHub
- URL: https://github.com/mincrmatt12/packety
- Owner: mincrmatt12
- Created: 2016-12-06T00:57:27.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-05T22:51:02.000Z (over 8 years ago)
- Last Synced: 2025-04-19T16:26:21.869Z (9 months ago)
- Topics: network, packet, python
- Language: Python
- Size: 14.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.rst
Awesome Lists containing this project
README
What is it?
-----------
A simple and async networking library designed around using packets.
Examples are coming soon.
Changelog
---------
0.0.6:
======
Initial release
0.0.7
=====
+ added validators
0.1.0
=====
* fixed various validator bugs
* added more client support
0.1.1
=====
- removed String.max_len, as it is superseded by validators
0.1.3
=====
* bugfixes