packets

UDP for Humans
Download

packets Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Price:
  • FREE
  • Publisher Name:
  • Pedro Rodrigues
  • Publisher web site:
  • https://github.com/medecau/

packets Tags


packets Description

packets is a Python module that provides UDP implementation for humans.Install pip install packetsUse for clients import packets client = packets.User() client.sendto((server.host, server.port), 'Hi!') print client.next.bodyUse for servers import packets server = packets.User() packet = server.next if packet.body == 'ping': packet.reply('pong')Documentation*To be written*Meanwhile take a look at the source code.Product's homepage


packets Related Software