diff options
| author | Li Zhineng <[email protected]> | 2025-08-08 23:14:06 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-08-08 23:14:06 +0800 |
| commit | cc9e192db6f1327ca152ec3d0a217615d0bdd047 (patch) | |
| tree | 5aac605bfb3be9deff153e29f4903bb6037ab8ad /index.markdown | |
| parent | a78acd0046d26b3047fa085e02517583a8f5d9b1 (diff) | |
| parent | e5685547b3233516585f6a5e20ec24ef3351fe2f (diff) | |
| download | openairmx.org-cc9e192db6f1327ca152ec3d0a217615d0bdd047.tar.gz openairmx.org-cc9e192db6f1327ca152ec3d0a217615d0bdd047.zip | |
Merge pull request #1 from openairmx/ui
Implement UI
Diffstat (limited to 'index.markdown')
| -rw-r--r-- | index.markdown | 45 |
1 files changed, 41 insertions, 4 deletions
diff --git a/index.markdown b/index.markdown index 0671507..1988a40 100644 --- a/index.markdown +++ b/index.markdown @@ -1,6 +1,43 @@ --- -# Feel free to add content and custom Front Matter to this file. -# To modify the layout, see https://jekyllrb.com/docs/themes/#overriding-theme-defaults - -layout: home +layout: default --- + +Hello! Welcome to Open AIRMX, a site dedicated to everything related to +AIRMX Pro. + +This project originated from my desire to integrate the device with +Apple Home, enabling remote control. However, around mid-2024, an unexpected +issue arose when someone reported in the repository that the AIRMX company +had gone out of business. This created a challenge for users who needed to +retrieve the device's key, as there was no way to access it with the official +servers down. + +After an extensive investigation and reverse engineering of the AIRMX mobile +application, we were able to find a solution. We are excited to offer you the +ability to fully localize your device on your home network. Currently, we +provide dedicated repositories for: + +- [A mock API server][mock-server] that handles device registration and + time synchronization. +- [A setup page][setup-page] to assist you in pairing or reconnecting your + device to the internet. +- [A JavaScript project][airmx] called [airmx][airmx] that allows you to + control the device. This is a low-level package for composing and validating + MQTT messages, making it ready for integration with various platforms. +- [A Homebridge plugin][homebridge-airmx] for AIRMX Pro, which enables you to + control your device across your Apple devices, including via Siri. + +The project scope has expanded significantly beyond our initial expectations. +We are open-source enthusiasts and do not have any affiliation with +AIRMX—The company. The project is managed by a software engineer and a +UI designer. If you appreciate our work, we would be grateful for your support +through GitHub Sponsors or PayPal. Your generosity means a lot to us. + +If you have any questions or just want to say hello, please feel free to +send us a message at [[email protected]][contact-email]. + +[mock-server]: https://github.com/openairmx/server +[setup-page]: https://github.com/openairmx/setup +[airmx]: https://github.com/openairmx/airmx +[homebridge-airmx]: https://github.com/openairmx/homebridge-airmx +[contact-email]: mailto:[email protected] |
