nat_info 0.2.1 copy "nat_info: ^0.2.1" to clipboard
nat_info: ^0.2.1 copied to clipboard

A package to get public IP of nat and derive its port mapping scheme.

example/main.dart

import 'package:nat_info/nat_info.dart';

void main() async {
  //simply run this to get an object representing the NAT
  NATInfo info = await getNATInfo();
  //the toString method also provides an easy to read text report
  print(info);
}
3
likes
40
pub points
21%
popularity

Publisher

unverified uploader

A package to get public IP of nat and derive its port mapping scheme.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

convert, flutter

More

Packages that depend on nat_info