MQTT Gateway: Fuji
Version: | 0.3.0 |
---|
What is MQTT Gateway
This definition is Shiguredo original
A MQTT gateway is a sensor-MQTT gateway which receives data from sensors and sends that data to a MQTT broker.
Architecture:
<sensor> -> (BLE) -> +-------+ <sensor> -> (EnOcean) -> (Serial) -> |Gateway| -> (MQTT) -> <MQTT Broker> <sensor> -> (USB) -> +-------+
fuji is a MQTT gateway which is written by Golang.
Supported Hardware
- Raspberry Pi series
- Armadillo-IoT
- Intel Edison
- Linux amd64/i386
Coming Soon
- Mac OS X
- FreeBSD
- Windows (7 or later)
Downloads
URL: | https://github.com/shiguredo/fuji/releases/tag/0.3.0 |
---|
- fuji-gw_0.3.0_arm5.tar.gz
- fuji-gw_0.3.0_arm6.tar.gz
- fuji-gw_0.3.0_arm7.tar.gz
- fuji-gw_0.3.0_edison_386.ipk
- fuji-gw_0.3.0_linux_386.tar.gz
- fuji-gw_0.3.0_linux_amd64.tar.gz
- fuji-gw_0.3.0_raspi2_arm7.deb
- fuji-gw_0.3.0_raspi_arm6.deb
ChangeLog
see CHANGELOG.rst
Build
see BUILD.rst
Install
see INSTALL.rst
How to Contribute
see CONTRIBUTING.rst
Development Logs
Sorry for written in Japanese.
開発に関する詳細については開発ログをご覧ください
How To Release
- git flow release start x.y.z
- update TAG in Makefile
- update CHANGELOG.rst and README.rst
- git commit
- git flow release finish x.y.z
- git push
License
Copyright 2015 Shiguredo Inc. <fuji@shiguredo.jp> Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.