Giter Site home page Giter Site logo

shinn14 / zydownloader Goto Github PK

View Code? Open in Web Editor NEW

This project forked from zlgopen/zydownloader

0.0 1.0 0.0 34.28 MB

固件下载工具,目前支持ymodem和TFTP等下载方式。

Home Page: http://www.zlg.cn

License: GNU Lesser General Public License v2.1

Makefile 0.09% Python 0.08% JavaScript 90.17% CMake 0.23% Batchfile 0.02% C 3.49% Shell 0.03% C++ 5.38% TypeScript 0.47% HTML 0.05%

zydownloader's Introduction

开发板固件下载工具:

主要特色:

  • 采用自描述的插件式设计,支持不同的下载方式,增加新的下载方式不需要修改界面。

  • 界面用JS开发,实现用C/C++开发。界面和实现完全分离,同时支持图形界面和命令行界面。

  • 目前支持基于串口的ymodem协议下载、TFTP网络下载和基于TCP的ymodem协议下载(仅用于测试ymodem协议)。

  • 支持Linux、MacOS和Windows多个平台。

  • 支持国际化,根据当前系统选择适当的语言。

预编译好的安装包

  • release下可以下载预编译好的安装包。

安装依赖的工具:

0.先安装node.js, make, cmake, git和python(2.7)。请参考:

npm install -g asar prebuild node-gyp
npm install

编译:

make

测试运行:

Electron .

发布:

release.sh (or release.bat)
npm run dist

(生成的安装包在release/dist目录下)

目录结构:

  • src typescript开发的界面相关的代码(参考文件夹内的README)。
  • js typescript编译后生成的JS代码。
  • www Electron的相关的文件。
  • www/asserts GUI主题数据。
  • native C/C++开发的代码(参考文件夹内的README)。

zydownloader's People

Contributors

xianjimli 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.