Crates.io | pfly_rust |
lib.rs | pfly_rust |
version | 0.1.1 |
source | src |
created_at | 2020-07-01 14:45:10.877634 |
updated_at | 2020-07-03 20:53:20.666567 |
description | A crate to interact with the projectFly X-Plane IPC service. |
homepage | https://gitlab.com/pretzelca/pfly_rust |
repository | https://gitlab.com/pretzelca/pfly_rust |
max_upload_size | |
id | 260280 |
size | 41,067 |
pfly_rust is a crate to interact with the projectFly X-Plane IPC service.
This was originally made to create a Linux supported alternative to the native X-Plane projectFly plugin, which is from a project to port projectFly over to Linux.
Creating a connection is super easy, calling init
will give you a socket object that is bonded and connected to projectFly.
You can then use send_message
to send a message to projectFly with the structure of PflyIpcData
.