Raspbery Pi GPIO plugin - Printable Version +- Cuberite Forum (https://forum.cuberite.org) +-- Forum: Plugins (https://forum.cuberite.org/forum-1.html) +--- Forum: Plugin Releases (https://forum.cuberite.org/forum-2.html) +--- Thread: Raspbery Pi GPIO plugin (/thread-1369.html) |
RE: Raspbery Pi GPIO plugin - worktycho - 02-15-2014 how about dealing with that by checking explicitly if we're at a chunk boundary and checking the neighbour as well in that case. This looks like a big enough change that it might be worth spitting it out as a separate simulator as its likely to preform differently at chunk boundaries RE: Raspbery Pi GPIO plugin - xoft - 02-15-2014 Gentlemen, this thread has been profoundly derailed. How about you take the redstone discussion to its own thread, so that it can be later referenced by a proper URL? RE: Raspbery Pi GPIO plugin - tigerw - 02-15-2014 Why not derail even further! :DD PI = 3.14 PIE = YUMMY PIE + PI = YUMMY CIRCLES RE: Raspbery Pi GPIO plugin - Matouš - 02-16-2014 Has anyone at least tried the plugin? RE: Raspbery Pi GPIO plugin - NiLSPACE - 02-16-2014 I don't have a Rasberry Pi ;( RE: Raspbery Pi GPIO plugin - bearbin - 02-16-2014 I can't ATM, but once I get back this weekend I can try on my pi at home. RE: Raspbery Pi GPIO plugin - xoft - 02-16-2014 My RasPi is quite busy doing the Gallery server ( https://forum.cuberite.org/showthread.php?tid=1372 ), so I won't be testing it anytime soon, unfortunately. RE: Raspbery Pi GPIO plugin - xoft - 02-18-2014 I've added the plugin's folder to the package.path and package.cpath variables. Plugins should be able to load executables stored within their folder using a simple "require 'executablename' ". RE: Raspbery Pi GPIO plugin - xoft - 03-02-2014 I've just bought another RaspberryPi, so that I can test this out. (and also there's a crash that only happens on a RasPi). My first RasPi will keep running the Gallery server. RE: Raspbery Pi GPIO plugin - Matouš - 03-02-2014 Glad to hear that! Looking forward to your review Is the crash related to this plugin or to the server generally? I know, that I had some trouble running the default download of MC-server for Raspberry Pi (gave me Segmentation fault on startup), I had to recompile from code to make it work (but no crashes since then). |