EdgeLink Server v2.1.2
EdgeLink Server v2.1.2
An IoT protocol bridge and message routing server. Supports TCP/UDP multi-port management, custom Mask protocol transformation, real-time monitoring, and a browser-based management interface.
Requirements
- Windows 10 / 11 x64
- No .NET Runtime required (self-contained)
Installation
- Extract
EdgeLink-Server-v2.1.2-win-x64.zip - Run
EdgeLinkServer.exe - Open
https://localhost:8443in your browser - Accept the self-signed certificate warning (Advanced → Proceed)
- Default password:
admin— change it immediately after login
Downloads
| File | Description |
|---|---|
EdgeLink-Server-v2.1.2-win-x64.zip |
Server application (Windows x64, self-contained) |
EdgeLink.zip |
Arduino SDK — install via Arduino IDE → Sketch → Include Library → Add .ZIP |
com.extrakyo.edgelink-v2.1.2.tgz |
Unity UPM package (offline install) |
Unity SDK (UPM)
Option A — Git URL (Window → Package Manager → + → Add package from git URL):
https://github.com/extrakyo-io/EdgeLink-Server.git?path=SDK/Unity/Package
Option B — Tarball (Window → Package Manager → + → Add package from tarball):
Download com.extrakyo.edgelink-v2.1.2.tgz from this release.
CLI Options
EdgeLinkServer.exe [options]
--port <n> HTTP port (default: 8081)
--no-https Disable HTTPS
--https-port <n> HTTPS port (default: 8443)
Full Changelog: v2.1.1...v2.1.2