initial commit

This commit is contained in:
2026-03-22 03:21:45 +02:00
commit 897fea9f4e
15431 changed files with 2548840 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
#!/usr/bin/env node
"use strict";var o=require("ws"),e=[{position:0,velocity:0,enabled:!0},{position:0,velocity:0,enabled:!0},{position:0,velocity:0,enabled:!0}],n={start:function(n){var t=n+":9191",i=new o("ws://"+t);i.on("open",function(){try{i.send(JSON.stringify(e)),setInterval(function(){process.exit()},1e3)}catch(o){console.log("Error sending to motion service: "+o),process.exit(1)}}),i.on("error",function(){console.log("Couldn't connect to motion service"),process.exit(1)})}};n.start(process.argv[2]);