Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix markdown syntax (headings) #20

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ to search the adapter in the local network.
Primary is is develop for a adaption from [openhab2](https://github.com/openhab/openhab2/).
It supports on the northbound the concept of openhab2 things.

##Build
## Build
The application is develop in Eclipse (Luna) with maven support.
Requierd Lib's: rxtx, slf4j, logback (see pom.xml file)
You can build runtime by Run->Run As->Maven install.
Files for runtime are found in ./traget
Or download the install package from Github.

##Install & running
## Install & running
All test was running on a Raspberry PI B with Raspbian "wheezy".
Installing:

Expand All @@ -31,15 +31,15 @@ Installing:
6. start it: ```./start_debug.sh ```


##Test it
## Test it
Run a terminal programm (like putty), connect to you raspberry by using port 31113 and raw protocol.
Suported command:

* list -> list all (thing) definition (in xml-File)
* get Thing.Id [channel.Id,channel.Id,..] -> get Data for thing from heating system.
* set Thing-Id:Channel.Id value (The syntax of Value is not checked)

##Further doing (my ToDo List)
## Further doing (my ToDo List)
1. bug-fixing (if bugs found ;-)
2. Build a stable version (together with openhab2).

Expand Down