Jump to content
The simFlight Network Forums

Information about FSUIPC 4 protocol


Recommended Posts

Hello,

I'm working on a new hardware interface with a fast microcontroller and LAN adapter on board and I wish to implement a FSUIPC client for that controller to communicate directly to FSX via TCP/IP. I have read that in FSUIPC 4 for FSX there is an integrated WideFS service that works with UDP datagrams.

So I want to ask if there is any possibility to get some detailed information about the protocol and data structures.

Thanks

Thomas

Link to comment
Share on other sites

I'm working on a new hardware interface with a fast microcontroller and LAN adapter on board and I wish to implement a FSUIPC client for that controller to communicate directly to FSX via TCP/IP. I have read that in FSUIPC 4 for FSX there is an integrated WideFS service that works with UDP datagrams.

It uses IPX/SPX, TCP or UDP, or all three to different clients. But the protocol is strictly a relationship with WideClient. It isn't generally applicable.

So I want to ask if there is any possibility to get some detailed information about the protocol and data structures.

No, sorry.

Your best bet, and a pretty easy option, is to use a Lua plugin. Examples of using the Lua Sockets facilities are provided with the Lua package installed with FSUIPC. Then you can design your own dedicated protocl to suit your specific needs.

Regards

Pete

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use. Guidelines Privacy Policy We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.