Johann Hoffmann 9e22796758 Update checkout action version (#132)
Signed-off-by: Johann Hoffmann <johann.hoffmann@mailbox.org>
2022-11-28 17:32:48 -08:00
2022-11-02 13:31:02 -07:00
2022-06-02 17:16:30 -07:00

OpenWiFi RRM Service

See here for details.

Project Structure

This is an Apache Maven project with the following modules:

  • lib-cloudsdk - OpenWiFi CloudSDK Java Library
  • owrrm - OpenWiFi RRM Service

Requirements

Building

$ mvn package [-DskipTests]

This will build a runnable JAR located at owrrm/target/openwifi-rrm.jar.

Alternatively, Docker builds can be launched using the provided Dockerfile.

Testing

$ mvn test

Unit tests are written using JUnit 5.

Code Style

Code is auto-formatted using Spotless with a custom Eclipse style config (see spotless/eclipse-java-formatter.xml). This can be applied via Maven (but is not enforced at build time):

$ mvn spotless:apply

License

See LICENSE.

Description
No description provided
Readme BSD-3-Clause 5.8 MiB
Latest
2023-01-03 21:57:16 +00:00
Languages
JavaScript 73.3%
Java 26.5%
HTML 0.1%