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

Complete implementation of Single HandShake Protocol (SHSP) - provides UDP sockets, handshake logic, and utilities for peer-to-peer networking.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add shsp_implementations

With Flutter:

 $ flutter pub add shsp_implementations

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  shsp_implementations: ^1.0.1

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:shsp_implementations/shsp_implementations.dart';
0
likes
110
points
199
downloads

Publisher

unverified uploader

Weekly Downloads

Complete implementation of Single HandShake Protocol (SHSP) - provides UDP sockets, handshake logic, and utilities for peer-to-peer networking.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

clock_dart, json_annotation, meta, shsp_interfaces, shsp_types, stun

More

Packages that depend on shsp_implementations