Skip to content

chansuke/fuji

 
 

Repository files navigation

MQTT Gateway: Fuji

version

0.3.0

image

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

Coming Soon

  • Mac OS X
  • FreeBSD
  • Windows (7 or later)

Downloads

URL

https://github.com/shiguredo/fuji/releases/tag/0.3.0

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.

開発に関する詳細については開発ログをご覧ください

時雨堂 MQTT ゲートウェイ Fuji 開発ログ

How To Release

  1. git flow release start x.y.z
  2. update TAG in Makefile
  3. update CHANGELOG.rst and README.rst
  4. git commit
  5. git flow release finish x.y.z
  6. 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.

Packages

No packages published

Languages

  • Go 93.5%
  • Makefile 5.4%
  • Shell 1.1%