FCP is a protocol used to route on "channels" and send or receive data.
Project description
FCP
FCP stands for Fast Channel Protocol, a protocol used to route on "channels" and send or receive data.
This protocol does not use a buffer, which is specially designed for local network addresses for a camera/audio device connection.
This protocol has much the same function as radio frequencies, unlimited clients can send/receive information without physical addresses.
How to install:
pip install protofcp
Send message in channel 1:
import protofcp
sock = protofcp.FCPSocket(protofcp.Channels.CHANNEL_01)
while True:
msg = input("> ")
sock.send(msg.encode())
Receive message in channel 1:
import protofcp
sock = protofcp.FCPSocket(protofcp.Channels.CHANNEL_01)
msg = sock.recv()
print(msg)
−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−
Copyright 2023 Andrea Vaccaro
Apache License 2.0
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 Distribution
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 protofcp-0.0.4.tar.gz.
File metadata
- Download URL: protofcp-0.0.4.tar.gz
- Upload date:
- Size: 7.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dfc7124b40dbbb1b8931a2dbb1e84d2010b64aedf26eac3cff928f8daf16fb1a
|
|
| MD5 |
2a9edcc7127d7214d61a32ba575f01bf
|
|
| BLAKE2b-256 |
b9a8599cb4ecefd757f4f8ef70b710ab112bd4e77b5fe5ec953877bba6bed02b
|
File details
Details for the file protofcp-0.0.4-py3-none-any.whl.
File metadata
- Download URL: protofcp-0.0.4-py3-none-any.whl
- Upload date:
- Size: 8.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
13b4dbca0d9f97bf2370f3d78703d1d63c3a8b07d77c87ae9608a29b391ef8f7
|
|
| MD5 |
e1e2970d80f9cfe6effde3e417290b08
|
|
| BLAKE2b-256 |
a41f95377f56ed038b75f3b2f6806151eff3eea004b7f24be6ae204611010dcd
|