Crates.io | fudi-rs |
lib.rs | fudi-rs |
version | 0.3.1 |
source | src |
created_at | 2021-03-02 09:20:45.871078 |
updated_at | 2021-03-02 09:53:27.290681 |
description | An implementation of the Fast Universal Digital Interface networking protocol to communicate with Pure Data via the netsend / netreceive objects. |
homepage | |
repository | https://github.com/tpltnt/fudi-rs |
max_upload_size | |
id | 362560 |
size | 51,043 |
An implementation of the Fast Universal Digital Interface networking protocol. This can be used to communicate with Pure Data via the netsend / netreceive objects. note: This implementation does not handle escaped whitepace in message atoms.
The specification implies ASCII encoding for the messages. A message needs a trailing newline (i.e. '\n') according to the Java example in the old wiki page. This is not explicitly mentioned in the FUDI specification.
cargo run --examples send_random_floats
cargo run --examples receive_random_floats