-
Notifications
You must be signed in to change notification settings - Fork 0
20191118
Dan Avner edited this page Nov 19, 2019
·
1 revision
- logging works for fw-gui
- need to decode long read for logging
- try to print to terminal as well
so setting up this socket it sends back the length of data to wait for then I need to receive that length of data
that should work
trying to figure out what STATUS is returning. It is returning a not valid UTF-8 character and I dont know.
so looks like he slices to certain areas on the byte array of getgalilstatus then unpacks it as an signed int-16 then multiplies it by the ad conversion
galilserver is missing GETENC values must parse all from galilstatus
so ruby arrays syntax array[x,y] means starting at x, give me y number of values
status analysis [:4] is “OK: “ then rest is binary stuff
gunna take notes when I get home.