barco_event_master 2.0.0 copy "barco_event_master: ^2.0.0" to clipboard
barco_event_master: ^2.0.0 copied to clipboard

outdated

A library for controlling Barco Event Master systems via JSON RPC

example/barco_event_master_example.dart

import 'package:barco_event_master/barco_event_master.dart';

Future<void> main() async {
  final e2 = EventMaster(ipAddress: '37.101.8.90');

  final r = await e2.listDestinations();

  print(r.result?.response?.toJson());
}
0
likes
0
points
107
downloads

Publisher

unverified uploader

Weekly Downloads

A library for controlling Barco Event Master systems via JSON RPC

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

collection, http

More

Packages that depend on barco_event_master