create emqx project

Ery Lee eb08b6bae0 0.2 11 лет назад
apps eb08b6bae0 0.2 11 лет назад
deps 3a6ed9a876 0.2 project structure 11 лет назад
doc ec271f684c add doc 13 лет назад
plugins 58b1e258c1 add folder 13 лет назад
rel d12c5d40b2 integrate with esockd... 11 лет назад
.gitignore 3a6ed9a876 0.2 project structure 11 лет назад
CHANGES 3626979e31 0.1.5 bug fix 13 лет назад
LICENSE 3a5faaa5e0 fix license 13 лет назад
Makefile 3a6ed9a876 0.2 project structure 11 лет назад
README.md 3e6ba85eed fix format 13 лет назад
TODO d12c5d40b2 integrate with esockd... 11 лет назад
rebar 3a6ed9a876 0.2 project structure 11 лет назад
rebar.config 3a6ed9a876 0.2 project structure 11 лет назад

README.md

emqtt

erlang mqtt broker.

requires

erlang R15B+

git client

build

make

release

make generate

deloy

cp -R rel/emqtt $INSTALL_DIR

start

cd $INSTALL_DRI/emqtt

./bin/emqtt console

or

./bin/emqtt start

status

./bin/emqtt_ctl status

stop

./bin/emqtt stop

logs

log/*

design

https://github.com/emqtt/emqtt/wiki

author

Ery Lee

license

The emqtt broker is licensed under the MOZILLA PUBLIC LICENSE Version 1.1.

The files below copied from rabbitmq:

credit_flow.erl

file_handle_cache.erl

gen_server2.erl

priority_queue.erl

supervisor2.erl

tcp_acceptor.erl

tcp_acceptor_sup.erl

tcp_listener.erl

tcp_listener_sup.erl

any questions regarding licensing, please contact ery.lee at gmail dot com.