Commit 6d2664fb authored by captainwong's avatar captainwong

增加examples编译说明

parent b7cbc536
## ademco
Windows 下的 安定宝 `dll` 工程。
`Windows` 下的 安定宝 `dll` 工程,使用`Visual Studio 2019`打开 `ademco_hb_examples.sln`编译.
## server_demo
C++ 编写的简易版接警中心,可用来接收主机连接,进行简单交互:接收主机事件;布撤防。
`Windows` 编译同上,`linux` 执行 `build.sh`
## httprelay
C 编写的简易版 TCP 服务器与 HTTP 转发器,可以用来接收主机连接,并转发主机事件到指定的 URI.
依赖 `libuv, libcurl`.
依赖 `libuv, libcurl`,用包管理器如 `apt, brew, yum`等安装 `dev` 版,执行 `build.sh` 编译.
示例:
运行示例:
```bash
./httprelay 12345 http://your-http-server.com:8080/ademco
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment