kprzybyla / udpcp

Pure Python UDPCP Protocol Library (Version 2)
MIT License
4 stars 0 forks source link

Early implementation of UDPCP Socket #7

Closed kprzybyla closed 5 years ago

kprzybyla commented 5 years ago

First version of Socket class was added together with changes in lint to keep code closer to PEP8 style. Also PacketType enum was added for readability and custom exceptions were introduced for both Packet and Socket.