pfly_rust

Crates.iopfly_rust
lib.rspfly_rust
version0.1.1
sourcesrc
created_at2020-07-01 14:45:10.877634
updated_at2020-07-03 20:53:20.666567
descriptionA crate to interact with the projectFly X-Plane IPC service.
homepagehttps://gitlab.com/pretzelca/pfly_rust
repositoryhttps://gitlab.com/pretzelca/pfly_rust
max_upload_size
id260280
size41,067
Evie Viau (uwueviee)

documentation

README

pfly_rust

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.

Commit count: 11

cargo fmt