Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mincrmatt12/packety
An easy way to do packet-based networking.
https://github.com/mincrmatt12/packety
network packet python
Last synced: about 6 hours 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 (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-05T22:51:02.000Z (over 7 years ago)
- Last Synced: 2024-10-11T18:09:46.159Z (26 days ago)
- Topics: network, packet, python
- Language: Python
- Size: 14.6 KB
- Stars: 1
- Watchers: 3
- 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 validators0.1.0
=====* fixed various validator bugs
* added more client support0.1.1
=====- removed String.max_len, as it is superseded by validators
0.1.3
=====* bugfixes