dart_rfb 0.3.1 copy "dart_rfb: ^0.3.1" to clipboard
dart_rfb: ^0.3.1 copied to clipboard

Implementation of The Remote Framebuffer Protocol (RFC 6143, aka VNC protocol)

example/dart_rfb_example.dart

import 'package:dart_rfb/dart_rfb.dart';

void main() async {
  final RemoteFrameBufferClient client = RemoteFrameBufferClient();
  await client.connect(hostname: '127.0.0.1');
  await client.startReadLoop();
}
6
likes
0
pub points
91%
popularity

Publisher

verified publishergoddchen.de

Implementation of The Remote Framebuffer Protocol (RFC 6143, aka VNC protocol)

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

binary, collection, dart_des, fpdart, freezed_annotation, logging

More

Packages that depend on dart_rfb