Crates.io | candid_client |
lib.rs | candid_client |
version | 0.3.2 |
source | src |
created_at | 2019-03-02 21:26:45.168847 |
updated_at | 2019-04-13 14:45:47.60903 |
description | A library to handle client connections to a CANdid server |
homepage | |
repository | https://gitlab.com/avandesa/candid-rs |
max_upload_size | |
id | 118216 |
size | 8,190 |
A library for handling connections to a CANdid server over a TCP connection. The CandidConnection struct can both read and write frames to the server, which are then written to the bus by candid_server.
Repository: https://gitlab.com/avandesa/candid-rs
Documentation: https://docs.rs/crates/candid_client/
CANdid Client itself only depends on byteorder
. However, for
it to be useful, you must be able to run CANdid server on your computer or another system accessible
over the network. See CANdid server for mor information.
The example echo
uses clap
to handle command line arguments.
The example send
uses rand
to generate random data.
echo
: Print all frames to stdout
send
: Send 10 random frames, then start printing all frames to stdout
. The sent frames should be displayed as wellWe use SemVer for versioning. For the versions available, see the tags on this repository.
This project is licensed under the MIT License - see the LICENSE file for details.