Points Lists

Tracers get their points list asking redis key

LJ is network based. The user interface runs in a browser, in a tablet for example, letting you free to move ! With more than one laser you should think laser server and run LJ on a dedicated computer.

  • /pl/Scene/lasernumber : "[(x,y,color),(x1,y1,color),...]" The live list of points drawn.
  • x : (0-600).
  • y : (0-600).
  • color : integer of the Hex value of the color, like FFFFFF. Conversion RGB in python from r,g,b values : int('0x%02x%02x%02x' % (r,g,b),0)