Jump to content

lipp

Members
  • Gesamte Inhalte

    6
  • Benutzer seit

  • Letzter Besuch

Alle erstellten Inhalte von lipp

  1. Gerne! Waere cool, wenn's open source bleibt, aber das macht ihr ja vorbildlich! Ist der Bindings Generator online verfügbar/einsehbar?
  2. Der Kern ist per Hand geschrieben (tinker.lua), alle bricks und bricklets sind quasi nur noch config files, in denen "pack" (string<->bin) anweisungen stehen (funcid, req params, res params, ggf custom-formater). Die habe ich jetzt auch stoisch abgetipt (hoffe es gibt keine typos!), koennte man aber auch natuerlich generieren (schema "F"). Ich wuerde mich freuen, wenn die bindings offiziell mit aufgenommen werden! Fuer Script Sprachen sollte das einfach zu portieren sein. Ich hatte auch an eine Node.js Variante gedacht...
  3. Hello, here https://github.com/lipp/tinker you can find a complete Lua binding. It's Lua only but relies on luasocket and lpack. Regards, Gerhard
  4. Hallo! Hier https://github.com/lipp/tinker findet ihr ein vollstaendiges Lua Binding. Es ist Lua only (luasocket und lpack benoetigt). Viel Spass, Gerhard
  5. extending the brickd would be great! AuronX' idea is also nice! thanks
  6. hello! thank you for providing the TCP/IP spec! i'd really prefer to have the brickd provide 2 sockets - one for "calls" (request/response) - one for "events/callbacks" (response) this would make logic much easier, when dealing with a single threaded environment (using blocking ops for "calls", and async io for "callbacks")! regards
×
×
  • Neu erstellen...