GithubHelp home page GithubHelp logo

estrm / kno Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 2.97 MB

A management platform for Smart Lock Devices, based on mongoose.

License: GNU General Public License v3.0

CMake 0.41% CSS 0.46% JavaScript 4.84% C++ 30.57% C 62.13% Shell 1.59%

kno's Introduction

Kno

Kno is a smart doors' lock management cloud platform.

Feature

  • tiny and super quick

Build and Run

  1. Build static libraries

Use the tool generate_libs.sh to build mongoose and jsoncpp source code. It will generate libmongoose.a and libjsoncpp.a in directory lib, if they do not exist.

Usage:

sh generate_libs.sh
  1. Build the target kno
mkdir build
cd build

cmake ..
make
  1. Run

Back to root dir and cd bin. Run the kno.

./kno

Visit the IP: http://localhost:8888 (or other ports defined by variable s_http_port in server.cc file)

Display

home-page

Third Party Library

  1. mongoose-6.9 GPL-V2 License
  2. jsoncpp-1.8.3 MIT License

Generate libmongoose.a

git clone -b 6.9 --depth 1 github.com:cesanta/mongoose.git

cd mongoose

gcc -c -o mongoose.o mongoose.c
ar rcs libmongoose.a mongoose.o

Generate libjsoncpp.a

git clone -b 1.8.3 --depth 1 git@github.com:open-source-parsers/jsoncpp.git

cd jsoncpp

mkdir build
cd build

cmake ..
make

Contributors

kno's People

Contributors

estrm avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.