I was just wondering if the server component could be run in a FreeNAS jail instead of on a Raspberry PI, as I already have that server running on my network .. is it possible?
RPI version of EasyIoT server uses RPI specific HW driver (GPIO) and will not work on FreeNAS. You can try with windows version if you install MONO and sqlite driver first.
Thanks,
So you mean install MONO and sqlite in a FreeBSD jail, or in a Linux jail?
Also, is there a way to set a port other than port 80, as I allready have a webserver running on FreeNAS ..
Unhandled Exception:
System.DllNotFoundException: librf24-bcm
at (wrapper managed-to-native) MySensorsDriver.RF24_wrap.new_RF24_2(byte,byte,uint)
at MySensorsDriver.RF24..ctor () [0x00006] in <0cf219b907674393aa8aeac5174f4a12>:0
at MySensorsDriver.MySensors..ctor () [0x00000] in <0cf219b907674393aa8aeac5174f4a12>:0
at EasyIoT.EasyIoTService..ctor () [0x000f1] in <46604c11a7af4dc2bc00b86a01c9c6e2>:0
at EasyIoT.Program.Main (System.String[] args) [0x00060] in <46604c11a7af4dc2bc00b86a01c9c6e2>:0
[ERROR] FATAL UNHANDLED EXCEPTION: System.DllNotFoundException: librf24-bcm
at (wrapper managed-to-native) MySensorsDriver.RF24_wrap.new_RF24_2(byte,byte,uint)
at MySensorsDriver.RF24..ctor () [0x00006] in <0cf219b907674393aa8aeac5174f4a12>:0
at MySensorsDriver.MySensors..ctor () [0x00000] in <0cf219b907674393aa8aeac5174f4a12>:0
at EasyIoT.EasyIoTService..ctor () [0x000f1] in <46604c11a7af4dc2bc00b86a01c9c6e2>:0
at EasyIoT.Program.Main (System.String[] args) [0x00060] in <46604c11a7af4dc2bc00b86a01c9c6e2>:0
Never mind, downloaded from the wrong link (RiPi instead of Windoze).
I installed the correct one and it works fine under mono in FreeBSD jail in FreeNAS ... yay ..
Now all I have to do is find a good example that shows me how to talk to the LUA board ....
I tried to compile the "smart irrigation" example but it comlains it can't find the symbol D3 ...
ANyone know what header should be included and why the example down not compile "out of the box" ..