{"id":16485711,"url":"https://github.com/damikun/unifiededge","last_synced_at":"2025-10-27T18:31:14.649Z","repository":{"id":63036269,"uuid":"528779803","full_name":"damikun/UnifiedEdge","owner":"damikun","description":"📡Edge application builded around MQTT","archived":false,"fork":false,"pushed_at":"2023-02-07T12:46:13.000Z","size":116104,"stargazers_count":8,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-10-30T08:50:31.964Z","etag":null,"topics":["edge-computing","iot","mqtt","opcua","plc","unifiededge"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/damikun.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-08-25T09:25:54.000Z","updated_at":"2024-09-14T15:23:30.000Z","dependencies_parsed_at":"2023-02-12T01:46:19.639Z","dependency_job_id":null,"html_url":"https://github.com/damikun/UnifiedEdge","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/damikun%2FUnifiedEdge","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/damikun%2FUnifiedEdge/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/damikun%2FUnifiedEdge/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/damikun%2FUnifiedEdge/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/damikun","download_url":"https://codeload.github.com/damikun/UnifiedEdge/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238536189,"owners_count":19488671,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["edge-computing","iot","mqtt","opcua","plc","unifiededge"],"created_at":"2024-10-11T13:26:52.598Z","updated_at":"2025-10-27T18:31:13.053Z","avatar_url":"https://github.com/damikun.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Unified Edge\n\n![Backend-Compile](https://github.com/damikun/UnifiedEdge/actions/workflows/Clean-Restore-Compile.yml/badge.svg)\n[![Electron](https://github.com/damikun/UnifiedEdge/actions/workflows/Build-Electron-Artefact.yml/badge.svg)](https://github.com/damikun/UnifiedEdge/actions/workflows/Build-Electron-Artefact.yml)\n[![Docker](https://github.com/damikun/UnifiedEdge/actions/workflows/Build-Docker.yml/badge.svg)](https://github.com/damikun/UnifiedEdge/actions/workflows/Build-Docker.yml)\n\n## ✨ Description\n\nUnifiedEdge provides edge functionality and a future bridge between different industrial protocols. \n\n(Currently full functional MQTT servers).\n\n## ⚠️ This is early BETA!\n- App is in BETA and is not ready for production or ussage\n- Many parts will get optimized and changed in time...\n\n\n##  💾 Installers\n\nCode is not currently signed! \n\n\u003eThe installers can be behind the current app.\n\n[Win64 Installer](https://www.dropbox.com/s/73r18os0vu5tsyv/UnifiedEdge%20Setup%201.0.1.exe?dl=0)\n\n\n## 🧑‍💻 Local run\n\n- Go to folder `/src/Portal/API`\n- Run `dotnet watch run` from cmd\n\n\n\u003eApp require HTTPS! Default self-signed cert location is: `./DevCerts/c.pfx\"`\n\nDefault url: `https://localhost:5001/`\n\n## 🧑‍💻 Docker\n\nRun:\n\nQuickRun:\n```\ndocker run --rm -it -p 5001:5001 -p 40000-40010:40000-40010 -e ASPNETCORE_URLS=\"https://+:5001;http://+\" -e ASPNETCORE_HTTPS_PORT=5001 -e MIN_PORT=40000 -e MAX_PORT=40010 -i ghcr.io/damikun/unifiededge:main\n```\nThis runs portal on `https://localhost:5001/` and opens 10 ports range (40000-40010) for mqtt servers... Make sure you update Adapter to not use loopback in portal App..\n\nCompose:\n`docker-compose up` from root folder.. (Make sure you have proper cert installed...) The default path and password is defined inside compose file.. \n\nDefault env. confinguration is:\n\n```yaml\n- ASPNETCORE_Kestrel__Certificates__Default__Path=/https/aspnetapp.pfx\n```\n\nTo generate proper certs use following cmd for Windows \nWindows Example\n```cli\ndotnet dev-certs https --clean\ndotnet dev-certs https -ep %USERPROFILE%\\.aspnet\\https\\aspnetapp.pfx\ndotnet dev-certs https --trust\n```\n\nLinux Example\n```cli\ndotnet dev-certs https --clean\ndotnet dev-certs https -ep ${HOME}/.aspnet/https/aspnetapp.pfx\ndotnet dev-certs https --trust\n```\n\n\nFor other platforms look on [Microsoft documentation.](https://learn.microsoft.com/en-us/aspnet/core/security/docker-https?view=aspnetcore-7.0).\n\nMake sure the paths in config match with generated certs...\n\nDefault url: `https://localhost:5001/`\n\n## 👤 Credentials\n\nLogin: Admin\n\nPassword: Admin\n\n## 🛣 Roadmap\n\u003c/br\u003e\n\n**API**\n- Graphql ✅\n- Rest ✅\n  \n**Protocols**\n- MQTT ✅\n- OpcUA (InProgress)\n- S7Comm\n- Socket\n\n**Environment:**\n- Electron multiplatform app ✅\n- Self-hosted webApp ✅\n- Docker ✅\n\n**Features:**\n- Multiple servers ✅\n- MqttToGraphql ✅\n- WebHooks ✅\n- Auth / OpenId ✅\n- OnSide Documents ✅\n- Message intercepting\n- Protocol bridge\n- Telemetry exporter\n- Grafana integration\n- Backups, Config export\n- Distributed operation\n- External DB support\n\n## 📺 Screenshots\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"./Doc/Screens/monitor_screen.png\" alt=\"Mqtt server monitor page\" /\u003e\n    \u003cimg src=\"./Doc/Screens/server_screen.png\" alt=\"Mqtt server dashboard\" /\u003e\n    \u003cimg src=\"./Doc/Screens/clinet_statistic.png\" alt=\"Mqtt server client stats\" /\u003e\n    \u003cimg src=\"./Doc/Screens/server_auth.png\" alt=\"Mqtt server authentication/authorization\" /\u003e\n    \u003cimg src=\"./Doc/Screens/server_explorer.png\" alt=\"Mqtt explorer\" /\u003e\n    \u003cimg src=\"./Doc/Screens/mqtt_explorer.png\" alt=\"Publish mqtt message from portal\" /\u003e\n    \u003cimg src=\"./Doc/Screens/server_users.png\" alt=\"User managment\" /\u003e\n    \u003cimg src=\"./Doc/Screens/user_profile.png\" alt=\"User profile page\" /\u003e\n    \u003cimg src=\"./Doc/Screens/document_notes.png\" alt=\"Notes view\" /\u003e\n    \u003cimg src=\"./Doc/Screens/edit_note.png\" alt=\"Update Note\" /\u003e\n    \u003cimg src=\"./Doc/Screens/api.png\" alt=\"API options\" /\u003e      \n    \u003cimg src=\"./Doc/Screens/graphql.png\" alt=\"API options\" /\u003e \n    \u003cimg src=\"./Doc/Screens/rest.png\" alt=\"API options\" /\u003e\n    \u003cimg src=\"./Doc/Screens/system_scheduler.png\" alt=\"System scheduler\" /\u003e    \n    \u003cimg src=\"./Doc/Screens/Hook_Screen.png\" alt=\"WebHooks\" /\u003e     \n\u003c/p\u003e\n\n## Author\n- Dalibor Kundrat","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdamikun%2Funifiededge","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdamikun%2Funifiededge","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdamikun%2Funifiededge/lists"}