Giter VIP home page Giter VIP logo

mcuupdate's Introduction

mcuupdate

一个通过远程安卓APP更新固件的程序

服务端

SQL表

CREATE TABLE `scm_ver` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `type` tinyint(1) DEFAULT '1' COMMENT '升级类型:1主板,2驱动,3其它',
  `vernum` smallint(4) NOT NULL DEFAULT '1' COMMENT '版本数值',
  `vername` varchar(10) DEFAULT NULL COMMENT '版本号',
  `filename` varchar(100) DEFAULT NULL COMMENT '文件名',
  `content` text COMMENT '更新说明',
  `detail` longtext NOT NULL COMMENT '16进制更新数据',
  `state` tinyint(1) DEFAULT '0' COMMENT '发布状态0未发布,1发布',
  `md5` varchar(32) NOT NULL COMMENT 'MD5',
  `inputtime` int(11) DEFAULT NULL COMMENT '发布时间',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=1 DEFAULT CHARSET=utf8 COMMENT='固体版本';

接口

mcuupdate's People

Contributors

xinqingch avatar

Stargazers

 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.