Git Product home page Git Product logo

ssb-web's Introduction

SSB-Web

本仓库是为易迈科技 RFID无人购物解决方案制作的原型。内含若干子项目

  1. hardware:

无人购物车RFID识别终端,用于挂载在普通购物车上帮助用户进行自主购物。

模块 解决方案
主控 意法半导体 stm32f103c8t6
通信 移远 BC26 NB-IOT
RFID识别 恩智浦 MFRC522

本目录主要存储为主控芯片编写的固件。(固件基于 STM32duino + FreeRTOS ,使用 cpp 语言编写)

  1. ssb-front + SSBClient

无人购物车用户终端,用于使能用户自助结账及管理已购买商品。

使用 Typescript + React + Ant design实现用户界面及主要的交互逻辑,使用 java 编写了 native 容器, 并在容器中完成条形码及二维码扫描功能。 java Native 程序通过 webviewReact 前端一起作为 Hybrid App 交付

  1. SSBWeb

后端服务器,负责处理核心业务逻辑,使用 django + django-restframework + django-channels编写。

  1. tcpserver

负责处理RFID识别终端中NBIOT模组与服务器的TCP自由通信,使用 python + tornado 实现。

  1. UHDserver

通过高频RFID识别实现防盗。硬件驱动通过 cpp语言编写,使用 paho-mqtt-cpp将读取到的高频标签推送到mosquitto mqtt broker中, 然后前端订阅相同topic 实现未付款商品的显示。

ssb-web's People

Contributors

cnlhc avatar

Watchers

James Cloos 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.