-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Python exemple #12
Comments
Please let me know if it works for you. The python bindings are still behind the RUST API and not well tested |
Thanks for your help,
|
UDP/IP reception is actually not implemented by this FLUTE library. It's up to the application to implement the transport layer. So the application needs to implement its own method to receive packets. receive_from_udp_socket() is only an example. I can update the documentation to make that clear. |
Thanks for your comment, its more clear for me |
Hello,
I am trying to use the python binding from the README doc.
But the python exemple didn't work.
With the receiver exemple, the error is :
maybe :
receiver_writer = receiver.ObjectWriterBuilder("/root/Flute/dest")
With the sender exemple, the UDP sending code is missing.
If you have time, can you update ?
Thanks
The text was updated successfully, but these errors were encountered: