AndrewMoneron Posted February 9, 2017 Report Posted February 9, 2017 Good Day Pete Is it possible to talk with FSUIPC/WideFS with Go Lang? Preferably want to talk from linux. Reason I ask is that I am writing some Glass Cockpits that run can run on a pie in opengl and Go Language.
Pete Dowson Posted February 9, 2017 Report Posted February 9, 2017 2 hours ago, AndrewMoneron said: Is it possible to talk with FSUIPC/WideFS with Go Lang? If you can implement the interface correctly, I don't see why not. Do you have access through it to Windows APIs? Study the C/C++ source provided for the interface in the SDK. 2 hours ago, AndrewMoneron said: Preferably want to talk from linux. Reason I ask is that I am writing some Glass Cockpits that run can run on a pie in opengl and Go Language. Well, there's no WideClient implemented for Unix, and there's no documentation for the WideFS TCP or UDP data formats used. You'd need to write a Windows-based server program to run on the FS PC (or a WideClient networked PC), which interfaces to FSUIPC (or SimConnect), and then talk to it over the Network from your "pie" using whatever protocol you need. Pete
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now