Hi everyone,I've worked the past couple weeks on the side packaging a non-HTTP server for Sandstorm, and wrote a useful utility binary, named sandstorm-tcp-listener-proxy, to handle the complicated Cap'n Proto RPC bits. The code is available at https://github.com/jparyani/mumble-server-sandstorm and https://github.com/jparyani/sandstorm-tcp-listener-proxy respectively.
token: This is the raw token that you get from
requesting an ipInterface.
--
You received this message because you are subscribed to the Google Groups "Sandstorm Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sandstorm-de...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
Also, I tried installing capnproto from source into a vagrant-spk VM as per https://capnproto.org/install.html. When I try `make` in the proxy directory, I get this. How do I fix it?
generating capnp files...
/opt/sandstorm/latest/usr/include/sandstorm/web-session.capnp:147:
error: Parse error: Empty list item.
/opt/sandstorm/latest/usr/include/sandstorm/appid-replacements-test.capnp:39:
error: Parse error: Empty list item.
/opt/sandstorm/latest/usr/include/sandstorm/appid-replacements.capnp:71:
error: Parse error: Empty list item.
/opt/sandstorm/latest/usr/include/sandstorm/supervisor.capnp:59:20-30:
error: Not defined: Capability
/opt/sandstorm/latest/usr/include/sandstorm/grain.capnp:506:30-40:
error: Not defined: Capability
/opt/sandstorm/latest/usr/include/sandstorm/grain.capnp:621:22-32:
error: Not defined: Capability
/opt/sandstorm/latest/usr/include/sandstorm/grain.capnp:623:26-36:
error: Not defined: Capability
/opt/sandstorm/latest/usr/include/sandstorm/grain.capnp:635:18-28:
error: Not defined: Capability
/opt/sandstorm/latest/usr/include/sandstorm/grain.capnp:648:57-67:
error: Not defined: Capability
/opt/sandstorm/latest/usr/include/sandstorm/grain.capnp:689:27-37:
error: Not defined: Capability
/opt/sandstorm/latest/usr/include/sandstorm/supervisor.capnp:117:79-89:
error: Not defined: Capability
/opt/sandstorm/latest/usr/include/sandstorm/supervisor.capnp:206:36-67:
error: Too many generic parameters.
/opt/sandstorm/latest/usr/include/sandstorm/update-tool.capnp:41:
error: Parse error: Empty list item.
/opt/sandstorm/latest/usr/include/sandstorm/grain.capnp:245:21-31:
error: Not defined: Capability
/opt/sandstorm/latest/usr/include/sandstorm/grain.capnp:246:27-37:
error: Not defined: Capability
/opt/sandstorm/latest/usr/include/sandstorm/grain.capnp:285:73-83:
error: Not defined: Capability
/opt/sandstorm/latest/usr/include/sandstorm/grain.capnp:265:17-27:
error: Not defined: Capability
/opt/sandstorm/latest/usr/include/sandstorm/grain.capnp:915:47-57:
error: Not defined: Capability
Makefile:22: recipe for target 'tmp/genfiles' failed
make: *** [tmp/genfiles] Error 1
Ah, foiled again. :) Thanks for the heads-up, I'll return to this
when outbound TCP is just as easy.