This plugin is hosted at https://github.com/Hedgehogscience/Localnetworking_cpp.
This plugin intends to intercept network traffic and redirect it to a local module implementing the IServer.hpp interface. Such modules are plain shared libraries with a single essential export that creates a local server for a given hostname. The modules (shared libraries) use the file extension '.LN32/64' and is stored in a ZIP archive with the fileextension '.Localnet' in the applications Plugins directory. Developers may sideload a module by naming it 'Developermodule.dll/.so'.
This is a plugin for the AYRIA platform and as such it relies on the bootstrapper for initialization. We do aim to support more platforms in the future, but support is usually implemented when required for other plugins/applications.
- Winsock_POSIX
- Winsock_async/WSA
- WinHTTP
- WinINET
- Unix_POSIX