Add camera

Essentially a "remote player detector", recommended uses include traffic light vehicle detection and security cameras
This commit is contained in:
cheapie
2017-01-18 14:42:19 -06:00
parent 81b896e74a
commit 496ecdae27
9 changed files with 105 additions and 1 deletions

7
README
View File

@@ -10,7 +10,7 @@ Textures WITH "adwaita" in the file name - These are icons by the GNOME Project,
Depends:
Required: digilines (base only) and mesecons (base only)
Only needed for craft recipes: default and mesecons_luacontroller
Only needed for craft recipes: default, mesecons_luacontroller, homedecor
How to use digilines buttons:
@@ -34,3 +34,8 @@ Once a channel is set, any messages sent on that channel will be shown on the "L
How to use the NIC:
Send a digilines signal with the URL you want to download. The HTTPRequestResult table will be sent back on the same channel.
How to use the camera:
Set the channel, distance, and radius. The camera will search for a node "distance" meters away and up to 10m down.
Every second while a player is within "radius" meters of that point, a table listing the players in range will be sent via digilines on the chosen channel.