#tcp-server #data #command #protocols #message #networking #fire

farcaster

Utility to securely fire commands and arbitrary data to a server over TCP

2 releases

0.2.1 Dec 18, 2022
0.2.0 Dec 18, 2022
0.1.0 Dec 17, 2022

#13 in #fire

Download history 1/week @ 2024-02-19 11/week @ 2024-02-26 1/week @ 2024-03-11 54/week @ 2024-04-01

55 downloads per month

MIT license

8KB
107 lines

CURRENTLY IN VERY EARLY ALPHA

Most stuff isn't implemented yet. Only basic functionality available


lib.rs:

Encrypted message passing protocol FarCaster.

This utility helps passing arbitrary data over a TCP connection with the option of it being encrypted or not.

Useful for passing basic commands or complex bytecode to and from any device that has a network connection.

Dependencies

~1.6–2.3MB
~49K SLoC