Add logging to peer connection and synchronization processes

This commit is contained in:
geoffsee
2025-06-15 16:12:35 -04:00
parent ff956c98da
commit 9dfea97e18
3 changed files with 18 additions and 2 deletions

View File

@@ -2,6 +2,14 @@
[![Tests](https://github.com/seemueller-io/gsio-net/actions/workflows/main.yml/badge.svg)](https://github.com/seemueller-io/gsio-net/actions/workflows/main.yml)
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT)
Warning: This API is unstable.
## run a network
```yaml
docker compose build
docker compose up
```
## License
This project is licensed under the MIT License - see the LICENSE file for details.