This repository was archived by the owner on Jun 18, 2026. It is now read-only.
·
3 commits
to feature/dotnet-migration
since this release
EdgeLink Server v2.1.1
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.1-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.1-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.1.tgz |
Unity UPM package (offline install) |
Unity SDK (UPM)
Option A — Git URL (Window → Package Manager → + → Add package from git URL):
https://github.com/Reymer/EdgeLink-Server.git?path=SDK/Unity/Package#feature/dotnet-migration
Option B — Tarball (Window → Package Manager → + → Add package from tarball):
Download com.extrakyo.edgelink-v2.1.1.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.0...v2.1.1