Fixed some technical errors.

This commit is contained in:
Izaya 2017-04-23 12:57:46 +10:00
parent f03821ed86
commit 8f928059b3
1 changed files with 2 additions and 2 deletions

View File

@ -49,9 +49,9 @@ Note: Settings have to be set in the kernel module, at the line
```
tM,nP,nID = {}, 4096, 1
```
Where 4096 is the port and 1 is the device ID. Device ID can be any data type, port must be a number.
Where 4096 is the port and 1 is the device ID.
Network messages can be read from `_G.ev`, they have the type `net_msg`
Network messages events have the type `net_msg`
### `ns(id,po,msg)`
Sends network message `msg` to device `id` on port `po`