Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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