From 496ecdae2717c3c337b770db49415668ab8f27fb Mon Sep 17 00:00:00 2001 From: cheapie Date: Wed, 18 Jan 2017 14:42:19 -0600 Subject: Add camera Essentially a "remote player detector", recommended uses include traffic light vehicle detection and security cameras --- README | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'README') diff --git a/README b/README index 5743f20..8247ce7 100644 --- a/README +++ b/README @@ -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. -- cgit v1.2.3