Skip to content

Commit

Permalink
Readme update.
Browse files Browse the repository at this point in the history
  • Loading branch information
doom369 committed Mar 26, 2015
1 parent f49a963 commit 34946ae
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ If you need more information, please follow these links:
* [Twitter](http://twitter.com/blynk_app)

# Blynk server
Blynk Server is an Open-Source Netty based Java server, responsible for forwarding messages between Blynk mobile application and various microcontroller boards (i.e. Arduino, Raspberry Pi. etc).
Blynk Server is an Open-Source [Netty](https://github.com/netty/netty) based Java server, responsible for forwarding messages between Blynk mobile application and various microcontroller boards (i.e. Arduino, Raspberry Pi. etc).
Take latest build [here](https://github.com/blynkkk/blynk-server/releases).

[ ![Build Status](https://travis-ci.org/blynkkk/blynk-server.svg?branch=master)](https://travis-ci.org/blynkkk/blynk-server)
Expand All @@ -23,6 +23,11 @@ By default, mobile application uses 8443 port and is based on SSL/TLS sockets. D

## Quick local server setup

+ Make sure you are using Java 8

java -version
Output: java version "1.8.0_40"

+ Run the server on default 'hardware port 8442' and default 'application port 8443' (SSL port)

java -jar server-{PUT_LATEST_VERSION_HERE}.jar
Expand Down

0 comments on commit 34946ae

Please sign in to comment.