Finish testing and assembling a basic server and client structure
This commit is contained in:
parent
5c4a8c6a58
commit
3be0a9ab5f
5 changed files with 192 additions and 38 deletions
5
bin/server_test.dart
Normal file
5
bin/server_test.dart
Normal file
|
@ -0,0 +1,5 @@
|
|||
import 'package:libac_flutter/packets/packets.dart';
|
||||
|
||||
void main() async {
|
||||
await PacketServer.start();
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue