| Crates.io | jsbsimrs |
| lib.rs | jsbsimrs |
| version | 0.2.1 |
| created_at | 2025-12-14 21:26:08.386924+00 |
| updated_at | 2025-12-16 22:37:30.214062+00 |
| description | A Rust interface for JSBSim, a flight dynamics model (FDM) used in flight simulators. |
| homepage | |
| repository | https://github.com/mark-goodall/jsbsimrs |
| max_upload_size | |
| id | 1985130 |
| size | 119,130 |
This is a fairly simple barebones interface for JSBSim to allow for connecting a rust app to the JSBSim flight dynamics. JSBSim is run as a separate process, following how other software integrate with JSBSim like ardupilot and px4.
Included is a minimal JSBSim root directory with a modified Concorde model to expose the interface on port 5556, which is used for testing.