Skip to content

Latest commit

 

History

17 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install

pip install packets

Use for clients

    import packets

    client = packets.User()
    client.sendto((server.host, server.port), 'Hi!')
    print client.next.body

Use 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.

Bugs & Co.

If you find bugs or new features that are not implemented you can:

About

UDP for Humans

Resources

Stars

12 stars

Watchers

4 watching

Forks

Releases

Packages

Used by

Contributors

Languages