Extension providing a basic udp client for making connections, receiving and sending packets in C.
Project description
udp_client
Python UDP Client
How to use
Connecting to server
import udp_client as udp
socket = udp.open()
Sending packet
udp.send("Hello Server!", '127.0.0.1', 7777, socket)
Receiving Packets
msg, source_address, source_port = udp.receive(socket)
Closing connection
udp.close(socket)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file networking_udp_client-0.3-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.whl.
File metadata
- Download URL: networking_udp_client-0.3-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.whl
- Upload date:
- Size: 14.3 kB
- Tags: CPython 3.10, manylinux: glibc 2.5+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9225387fb4d4761517ffb1b18ab6fd07d33fce0d2a12121c063ddd05ec810c12
|
|
| MD5 |
044b87bacc9621c4523762ebb0c36953
|
|
| BLAKE2b-256 |
2b07e140dc84d7af621fb6feacebb6c300cd7dc72d5a7058f9ff903bc3974c6f
|