The project is a module for the IoX infrastructure.
It implements a tunnel for UDP datagrams over an HTTP channels.
Some simple rules expressed as regular expressions control message forwarding:
- urgent messages are forwarded immediately
- spam messages are discarded
- other messages are buffered and compressed before being forwarded.
Another regex controls which messages are stored locally in compressed dumps.
To build the IoX.Module.UdpTunnel module you have to run:
nuget restore
msbuild IoX.Module.UdpTunnel.sln
You can use xbuild on Mono.
Note that you can also build from within Visual Studio but we are using wildcards inside .fsproj
files that are
not supported by the F# project system yet. In this case you should copy the static
folder in the output directory.
You can use the output of the project as a module in the IoX server.
Linux | Windows | |
---|---|---|
Status |