xplane_connect 1.0.1 copy "xplane_connect: ^1.0.1" to clipboard
xplane_connect: ^1.0.1 copied to clipboard

Library to get an easy stream of data about XPlane UDP protocol.

XPlane Connect #

Library to get an easy stream of data about XPlane UDP protocol.

pub package

How to use #

In the XPlane configuration, on Data Output check 'Network via UDP' on the required o requires index. Configure data output

Then check 'Send nework data output', configure IP address and port of the dart/flutter client. Configure client

A simple dart usage example:

import 'package:xplane_connect/xplane_connect.dart';

void main() {
  var xPlaneData = XplaneConnect(49001);

  xPlaneData.stream.listen((data) {
    print('Aircraft pitch: ${data[17][0]}');
  });
}

Features and bugs #

Please file feature requests and bugs at the issue tracker.

2
likes
40
pub points
0%
popularity

Publisher

unverified uploader

Library to get an easy stream of data about XPlane UDP protocol.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

udp

More

Packages that depend on xplane_connect