Skip to content

EdgeLink Server v2.2.0

Latest

Choose a tag to compare

@github-actions github-actions released this 09 Jul 10:04
23d88d2

EdgeLink Server v2.2.0

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

  1. Extract EdgeLink-Server-v2.2.0-win-x64.zip
  2. Run EdgeLinkServer.exe
  3. Open https://localhost:8443 in your browser
  4. Accept the self-signed certificate warning (Advanced → Proceed)
  5. Default password: adminchange it immediately after login

Downloads

File Description
EdgeLink-Server-v2.2.0-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.2.0.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.2.0.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)

What's Changed

  • [Mask] 通用二進位解析 Mask(binary Mask) by @Reymer in #1
  • [WebUI] Monitor SSE 前端節流 — 高頻 port 不再拖垮瀏覽器 by @Reymer in #2
  • 版本升至 2.2.0(README badge / CHANGELOG / Unity package.json) by @Reymer in #3

New Contributors

  • @Reymer made their first contribution in #1

Full Changelog: v2.1.3...v2.2.0