Search found 4 matches

by vland
Mon Jul 31, 2023 8:22 pm
Forum: Software
Topic: Launch Unity api server (before login)
Replies: 4
Views: 4218

Re: Launch Unity api server (before login)

I'm trying to use something similar to control my Pocket PowerBox Advance via CMD or python scripts. I can't get the server to return the UniqueKey using the REST API. So I'm stuck. Here's my http: request using curl and the response: C:\Users\airsc>curl -v http://localhost:32000/Server/Start * Try...
by vland
Fri May 19, 2023 6:45 pm
Forum: Software
Topic: Launch Unity api server (before login)
Replies: 4
Views: 4218

Re: Launch Unity api server (before login)

ok thanks... this is what I'm doing atm, if anyone's interested 1) start Peg.Server.exe executable 2) API call /Server/Start 3) API call /Driver/UPBv2/Start?DriverUniqueKey={guid} in this way I can give commands without UI. I do this from telegram bot but could be from a batch file or whatever PS: I...
by vland
Thu May 04, 2023 6:09 pm
Forum: Software
Topic: Launch Unity api server (before login)
Replies: 4
Views: 4218

Launch Unity api server (before login)

Hi, I'd like to remotely startup my astro pc and automatically launch Unity server "as a windows service" in this way I would be able to do everything: turn on/off stuff, read temperature, turn on/off autodew etc. etc even before logging into windows remote desktop. is there a way to do th...