Allow programmable block to make HTTP/HTTPS web requests
Submitted
It would be a nice feature to be able to write PB scripts that can send data to outside sources and request data from them.
For example, a script could send position updates to a custom API written by a script developer. Another script could read the position data from the API to plot a kind of star-map onto LCDs.
External API's could be used to handle more powerful computing, returning data directly to the game.
I'm sure other engineers could come up with many more uses for this.
How about an outright RPC API instead, similar to kRPC for Kerbal Space Program? You could code and run a ton of functionality locally on your machine and only communicate input and output as necessary, freeing up a lot of script cycles, and you could, if you still needed HTTP(S) functionality, invoke established external libraries that do this already.
How about an outright RPC API instead, similar to kRPC for Kerbal Space Program? You could code and run a ton of functionality locally on your machine and only communicate input and output as necessary, freeing up a lot of script cycles, and you could, if you still needed HTTP(S) functionality, invoke established external libraries that do this already.
No.
Programming block is in-game only - that means it should be able to access game world ONLY.
No.
Programming block is in-game only - that means it should be able to access game world ONLY.
Some news about ?
Some news about ?
I've heard there is something at the horizon :) Will be released soon.
I've heard there is something at the horizon :) Will be released soon.
Replies have been locked on this page!