Skip to content

TheKgg/simple-network

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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>

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages