SimpleNet
Firez2469
$0.0
(no ratings)
Date |
Price |
---|---|
日期和时间 |
价钱($) |
09/10(2021) |
0.0 |
11/19(2024) |
0.0 |
Jump AssetStore
SimpleNet An easy-to-use networking library that allows for the creation of a simple server-client network.
Architecture:
The Server and Client are derived classes. This allows for custom scripts to be made (for the purposes of running a server or a client) and receive/send network messages with ease.
SimpleNet provides override methods which are called similarly to event-based methods when messages are received or a connection is established.
SimpleNet implements UDP/TCP connections over sockets for Servers and Clients to communicate.
SimpleNet's Server is built on a broadcast basis. ie. messages are sent to all clients at once.
There is the alternative however of sending messages to targeted clients as well, but requires a TcpClient object to be taken in.
Development:
This library was developed by me for personal use in my projects however I've published it for free for all to use. This was mostly created as an alternative to the depricated UNET and a simpler lower-level alternative to libraries like Mirror.