{"id":13395632,"url":"https://github.com/freedomotic/freedomotic","last_synced_at":"2026-04-09T19:03:16.108Z","repository":{"id":536039,"uuid":"13363729","full_name":"freedomotic/freedomotic","owner":"freedomotic","description":"Open IoT Framework","archived":false,"fork":false,"pushed_at":"2023-07-07T21:24:20.000Z","size":146602,"stargazers_count":422,"open_issues_count":86,"forks_count":487,"subscribers_count":50,"default_branch":"master","last_synced_at":"2025-05-16T00:02:34.085Z","etag":null,"topics":["arduino","domotica","domotics","framework","hacktoberfest","home-automation","internet-of-things","iot","iot-platform","java","mqtt","open-source","opensource","raspberrypi","ubuntu"],"latest_commit_sha":null,"homepage":"https://www.freedomotic-platform.com","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/freedomotic.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE.GPL","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null},"funding":{"patreon":"emmecilab","custom":"https://www.buymeacoffee.com/emmecilab"}},"created_at":"2013-10-06T14:53:16.000Z","updated_at":"2025-03-18T01:04:22.000Z","dependencies_parsed_at":"2023-12-18T06:50:05.254Z","dependency_job_id":null,"html_url":"https://github.com/freedomotic/freedomotic","commit_stats":{"total_commits":1576,"total_committers":91,"mean_commits":"17.318681318681318","dds":0.5989847715736041,"last_synced_commit":"c73ef31e06b56d731018d5e2d5496dea0ccb2d3b"},"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/freedomotic%2Ffreedomotic","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/freedomotic%2Ffreedomotic/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/freedomotic%2Ffreedomotic/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/freedomotic%2Ffreedomotic/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/freedomotic","download_url":"https://codeload.github.com/freedomotic/freedomotic/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254442858,"owners_count":22071878,"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":["arduino","domotica","domotics","framework","hacktoberfest","home-automation","internet-of-things","iot","iot-platform","java","mqtt","open-source","opensource","raspberrypi","ubuntu"],"created_at":"2024-07-30T18:00:26.860Z","updated_at":"2025-12-11T20:58:10.767Z","avatar_url":"https://github.com/freedomotic.png","language":"Java","funding_links":["https://patreon.com/emmecilab","https://www.buymeacoffee.com/emmecilab"],"categories":["Framework","Java","Framework (框架)","Notable OpenSource Projects","Central Hub","物联网"],"sub_categories":["常用框架","文件同步"],"readme":"Freedomotic Open IoT Framework\n=================================\n\nOfficial website is https://www.freedomotic-platform.com\n\nFreedomotic is an open source, flexible, secure Internet of Things (IoT) application framework, useful to build and manage modern smart spaces. It is targeted to private individuals (home automation) as well as business users (smart retail environments, ambient aware marketing, monitoring and analytics, ...)\n\nFreedomotic can run also on **Raspberry Pi** and can easily interact with DIY **Arduino** projects.\n\nStarting from 2 Feb 2014, this is the Freedomotic mainstream repository. Previous repository was hosted on googlecode http://code.google.com/p/freedomotic\n\nRequirements: \n- **Java Open JDK** version 11+ or another **JDK** _(to install on Ubuntu: sudo apt-get install openjdk-11-jdk)_\n- **Maven** version 2 or 3 _(to install on Ubuntu: sudo apt-get install maven)_\n- **Any OS** with Java support _(Linux, Windows, Mac, Solaris ...)_\n\nDevelopment status:\n- **Current released version**: 5.6.0 'Commander RC4' (released on 16 Aug 2017)\n- **Version in development (HEAD of this repository)**: 5.6.0 'Commander'\n\n\nQuick Start\n======================\n\nFollow these instructions if you want to compile Freedomotic from source (eg: to develop your own plugins). If you just want to try it, just download the precompiled binaries you can find at the official download page https://sourceforge.net/projects/freedomotic/\n\n**1) Fork Freedomotic on GitHub**\n\n* Create an account on https://github.com if you don't have one.\n* **Fork Freedomotic** [_(What does it mean?)_](https://help.github.com/articles/fork-a-repo) following this link: \u003chttps://github.com/freedomotic/freedomotic/fork\u003e. \n* Create the local clone of your online fork with this command:\n\n```\ngit clone https://github.com/YOUR-GITHUB-USERNAME/freedomotic.git\n```\n\nNow the repository is ready to work with.\n\n**2) Enter the new local folder**\n\n    cd freedomotic\n    \n**3) Install the jar loader on local Maven repository**\n\nIn order to compile the code you need to add the agent with a custom classloader (for loading jars at runtime in Java 9+). This file called **freedomotic-jar-loader-0.0.1.jar** is included inside _third-party-libs_ folder.\n\nSo enter this folder \n\n    cd third-party-libs\n    \nand execute\n\n    mvn install:install-file -Dfile=freedomotic-jar-loader-0.0.1.jar -DgroupId=com.freedomotic -DartifactId=freedomotic-jar-loader -Dversion=0.0.1 -Dpackaging=jar\n    \n**4) Compile Freedomotic with Maven**\n\n    mvn clean install\n    \n**5) IMPORTANT!!!! THIS IS REQUIRED: Copy the example-data folder into freedomotic-core/data.** If you miss this step Freedomotic won't start\n\n    cp -r data-example/ framework/freedomotic-core/data\n    \n**6) Run Freedomotic**\n\n    java -javaagent:third-party-libs/freedomotic-jar-loader-0.0.1.jar -jar framework/freedomotic-core/target/freedomotic-core/freedomotic.jar\n\nAs an alternative you can start **freedomotic-core** project from your favourite IDE.\n    \nGetting help\n============\n\nHaving trouble with Freedomotic? We’d like to help!\n\n- Check out the [user manual](http://freedomotic-user-manual.readthedocs.io) for reference documentation. \n- Write on the [mailing list](https://groups.google.com/forum/#!forum/freedom-domotics)\n- Send an email to info@freedomotic-platform.com\n- Open an issue on https://github.com/freedomotic/freedomotic/issues\n\nContributing\n============\n\nWant to help us? It's very simple and funny. [Here](https://github.com/freedomotic/freedomotic/blob/master/CONTRIBUTING.md) how to do.\n\nLicense\n=============\n\nFreedomotic is an Open Source software released under the [GNU GPLv2](http://www.gnu.org/licenses/old-licenses/gpl-2.0.html) license.\n\nPartners\n========\n\nThis project is supported by:\n\n\u003cimg src=\"https://opensource.nyc3.cdn.digitaloceanspaces.com/attribution/assets/SVG/DO_Logo_horizontal_blue.svg\" width=\"201px\"\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffreedomotic%2Ffreedomotic","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffreedomotic%2Ffreedomotic","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffreedomotic%2Ffreedomotic/lists"}