package
0.0.0-20230313140341-b44964e63a92
Repository: https://github.com/mongoose-os/mos.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# README
The Mongoose OS command line tool
Installing on Windows
Download and run pre-built mos.exe.
Installing on Ubuntu Linux
Use PPA:
$ sudo add-apt-repository ppa:mongoose-os/mos
$ sudo apt-get update
$ sudo apt-get install mos
Note: to use the very latest version instead of the released one, the last
command should be sudo apt-get install mos-latest
Installing on Arch Linux
Use PKGBUILD:
$ git clone https://github.com/mongoose-os/mos
$ cd mos/cli/archlinux_pkgbuild/mos-release
$ makepkg
$ pacman -U ./mos-*.tar.xz
Note: to use the very latest version from the git repo, instead of the released
one, invoke makepkg
from mos/cli/archlinux_pkgbuild/mos-latest
.
Installing Mac OS
Use homebrew:
$ brew tap cesanta/mos
$ brew install mos
Building manually
Minimal required Go version is 1.13.
Go and other required tools can be installed on Ubuntu 16.10 as follows:
sudo apt install golang-go build-essential python python-git libftdi-dev
Now clone the mos-tool
repository into the proper location and cd
to it
Now, mos
tool can be built:
make mos
It will produce the binary mos
.
Changelog
See release notes for this repo.
Up to version 1.25, mos tool was located under the mongoose-os repo, so its changelog can be found in mongoose-os release notes.