Skip to content
/ xmodem Public
forked from beweinreich/xmodem

XMODEM Library for embedded, mobile, iot, and desktop systems.

Notifications You must be signed in to change notification settings

ebaeab/xmodem

Repository files navigation

Embedded XModem

Setup Environment - OSX

brew install ant git Caskroom/versions/java7 socat lrzsz minicom

Setup Environment - Ubuntu 16.10

sudo apt-get install build-essential socat lrzsz minicom ant git

Features

  • small memory and storage footprint

Get Code

mkdir xmodem
cd xmodem
repo init -m xmodem.xml -u ssh://git-codecommit.us-east-1.amazonaws.com/v1/repos/mutex.io.xmodem
repo sync

Build Application

ant all_app

Build Library - HLOS

ant all_lib

Build Library - Bare Metal

TBD

About

XMODEM Library for embedded, mobile, iot, and desktop systems.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 72.1%
  • C 23.1%
  • CMake 4.8%