n72.75
Seize the means of computation
Orbiter Contributor
Addon Developer
Tutorial Publisher
Donator
- Joined
- Mar 21, 2008
- Messages
- 2,873
- Reaction score
- 1,716
- Points
- 128
- Location
- Saco, ME
- Website
- mwhume.space
- Preferred Pronouns
- he/him
So I had an idea but I have no idea how to implement it. If someone has an idea, feel free to point me in the right direction or tackle it your self.
Say I have an arbitrary number of vessels. These vessels are all compiled with ports.h. ports.h contains several functions for sending and listening for data on "ports". "ports" are assigned an integer value in the scenario or by user input.
The plugin: ports.dll runs under Orbiter and is responsible for getting data from the sender and transmitting it to the receiver.
Example implementation: Spacecraft controlling engine gimbals angles on it's launcher.
I can't figure out how to do it. Maybe there's already a plugin that does it already, if so I've never heard of it.
Say I have an arbitrary number of vessels. These vessels are all compiled with ports.h. ports.h contains several functions for sending and listening for data on "ports". "ports" are assigned an integer value in the scenario or by user input.
The plugin: ports.dll runs under Orbiter and is responsible for getting data from the sender and transmitting it to the receiver.
Example implementation: Spacecraft controlling engine gimbals angles on it's launcher.
I can't figure out how to do it. Maybe there's already a plugin that does it already, if so I've never heard of it.
