https://github.com/specure/ont-controlserver-core
Core library for the control server
https://github.com/specure/ont-controlserver-core
Last synced: over 1 year ago
JSON representation
Core library for the control server
- Host: GitHub
- URL: https://github.com/specure/ont-controlserver-core
- Owner: specure
- License: apache-2.0
- Created: 2020-12-18T14:42:25.000Z (over 5 years ago)
- Default Branch: dev
- Last Pushed: 2021-04-08T08:56:21.000Z (about 5 years ago)
- Last Synced: 2025-02-03T09:45:23.814Z (over 1 year ago)
- Language: Java
- Homepage: https://specure.com/open-nettest
- Size: 426 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
**Nettest control server core**
Nettest open-source library released under the Apache License, Version 2.0.
Core library for control server to store/process measurements and communicate with control servers and clients.
It's possible to use this library in 2 ways. Like a part of some application or like a separate Java app:
**Installation:**
To use it as a library compile and add to maven:
com.specure
core
0.0.1-SNAPSHOT
To run it as an app:
1. Add SpringBoot runners to pom.xml
2. Add Application.jar file to com.specure.core folder
3. Fill out the application.yaml file.