**** BEGIN LOGGING AT Sun Jul 06 02:59:59 2014 **** BEGIN LOGGING AT Sun Jul 06 04:04:43 2014 Jul 06 04:29:38 DiegoTc: where's the bone101 server JS on the BeagleBone? Jul 06 06:19:35 alexanderhiam : these are the variations of SET command (https://gist.github.com/deepakkarki/fda1c023085fb915538a) . I'm trying to figure out a way to have bytecode encoding in multiples of 32 bits. do you have any ideas? Jul 06 06:19:46 * karki will be back in a while Jul 06 13:31:55 praveendath92: ping Jul 06 17:14:41 :'( Jul 06 17:15:01 is it the BBB? Jul 06 18:29:26 wow, socket.io 1.0 supports blob transfer :) Jul 06 18:33:05 BeagleLogic web interface just got more interesting now with socket.io supporting blob transferws Jul 06 18:33:09 *transfers Jul 07 00:35:31 karki, karki_: I played around quickly with the encoding and I'm not seeing an easy way to fit everything into 32 bits: https://gist.github.com/alexanderhiam/a238fe435b3f8b0e3bfd Jul 07 00:35:51 it's the SET command that's really pushing it Jul 07 00:36:40 and IF Jul 07 00:37:38 if you're worried about code space you could pretty easily have a variable command length by reserving a bit to indicate whether the command is 32 or 64 bits Jul 07 00:39:04 or just to indicate that the next 32 bits are part of the command, so if at some point you end up needing even more than 64 bits you already have the mechanism to keep chaining Jul 07 02:42:14 alexanderhiam : wow! I'm having a look at your link right now :) **** ENDING LOGGING AT Mon Jul 07 02:59:59 2014