Skip to content

Latest commit

 

History

History
18 lines (17 loc) · 502 Bytes

File metadata and controls

18 lines (17 loc) · 502 Bytes

simple-network

A very simple network with multiple clients all receiving one way messages from a controller.

Requires Gson and JetBrains annotations:

<dependencies>
    <dependency>
        <groupId>com.google.code.gson</groupId>
        <artifactId>gson</artifactId>
        <version>2.8.5</version>
    </dependency>
    <dependency>
        <groupId>org.jetbrains</groupId>
        <artifactId>annotations</artifactId>
        <version>15.0</version>
    </dependency>
</dependencies>