Comments on: SimData https:/code-sample/simdata/ Developer resources for the X-Plane flight simulator Mon, 04 Jan 2021 21:41:13 +0000 hourly 1 https://wordpress.org/?v=6.6.1 By: Andre https:/code-sample/simdata/#comment-33862 Wed, 10 Jul 2019 12:39:33 +0000 http://developer.x-plane.com/?post_type=code-sample&p=8058#comment-33862 In reply to Romain DESSART.

Hi Romain,

Thanks and will look into this!

Regards,

Andre

]]>
By: Alexandre https:/code-sample/simdata/#comment-33711 Mon, 17 Jun 2019 20:04:26 +0000 http://developer.x-plane.com/?post_type=code-sample&p=8058#comment-33711 Hey all, where I can read altitude data in XPlane?

]]>
By: Romain DESSART https:/code-sample/simdata/#comment-33688 Fri, 14 Jun 2019 13:39:13 +0000 http://developer.x-plane.com/?post_type=code-sample&p=8058#comment-33688 In reply to Andre.

Hi,
The solution I founded on windows is to make non blocking socket using winsock and to read/write you socket into a flightloop callback (an example is in the doc : https:/code-sample/timedprocessing/ ). while in the callback you can read/write your socket and play with the dataref.

If you want it to be cross-platform there are some libraries that allow you to create non-blocking socket as well.

I hope I answered your question

]]>
By: Andre https:/code-sample/simdata/#comment-33394 Mon, 01 Apr 2019 10:33:10 +0000 http://developer.x-plane.com/?post_type=code-sample&p=8058#comment-33394 Hi All,

Any feedback?

Thanks in advance!

regards,

Andre

]]>
By: Andre https:/code-sample/simdata/#comment-33338 Sat, 23 Mar 2019 08:34:54 +0000 http://developer.x-plane.com/?post_type=code-sample&p=8058#comment-33338 Hi,

Just learning to program a xplane plugin. Can anybody point me to information what i have to use in this plugin to modify and/or read drefs over a network (UDP)? Is that also documented in the SDK?

(I have seen solutions in separate plugins from nasa but i want to write it in one single plugin.)

Thanks for the help!

Regards,

Andre

]]>