package
0.0.0-20230313140341-b44964e63a92
Repository: https://github.com/mongoose-os/mos.git
Documentation: pkg.go.dev

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

# Packages

Copyright (c) 2014-2019 Cesanta Software Limited All rights reserved Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
Code generated for package aws by go-bindata DO NOT EDIT.
Copyright (c) 2014-2019 Cesanta Software Limited All rights reserved Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
Copyright (c) 2014-2020 Cesanta Software Limited All rights reserved Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
Copyright (c) 2014-2019 Cesanta Software Limited All rights reserved Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
Copyright (c) 2014-2019 Cesanta Software Limited All rights reserved Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
Copyright (c) 2014-2019 Cesanta Software Limited All rights reserved Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
Copyright (c) 2014-2019 Cesanta Software Limited All rights reserved Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
No description provided by the author
Copyright (c) 2014-2019 Cesanta Software Limited All rights reserved Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
Copyright (c) 2014-2019 Cesanta Software Limited All rights reserved Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
Copyright (c) 2014-2019 Cesanta Software Limited All rights reserved Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
Copyright (c) 2014-2019 Cesanta Software Limited All rights reserved Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
No description provided by the author
Copyright (c) 2014-2019 Cesanta Software Limited All rights reserved Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
Code generated for package gcp by go-bindata DO NOT EDIT.
Copyright (c) 2014-2019 Cesanta Software Limited All rights reserved Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
Copyright (c) 2014-2019 Cesanta Software Limited All rights reserved Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
Copyright (c) 2014-2019 Cesanta Software Limited All rights reserved Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
No description provided by the author
No description provided by the author
Copyright (c) 2014-2019 Cesanta Software Limited All rights reserved Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
Copyright (c) 2014-2019 Cesanta Software Limited All rights reserved Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
Copyright (c) 2014-2019 Cesanta Software Limited All rights reserved Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
Copyright (c) 2014-2019 Cesanta Software Limited All rights reserved Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
Copyright (c) 2014-2019 Cesanta Software Limited All rights reserved Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
Copyright (c) 2014-2019 Cesanta Software Limited All rights reserved Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
Copyright (c) 2014-2019 Cesanta Software Limited All rights reserved Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.

# Functions

Asset loads and returns the asset for the given name.
AssetDir returns the file names below a certain directory embedded in the file by go-bindata.
AssetInfo loads and returns the asset info for the given name.
AssetNames returns the names of the assets.
No description provided by the author
MustAsset is like Asset but panics when Asset would return an error.
RestoreAsset restores an asset under the given directory.
RestoreAssets restores an asset under the given directory recursively.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author

# Structs

SimpleAPIResponse is what most API calls return.

# Type aliases

APIStatus is the API status/error code, as returned in the SimpleAPIResponse.
No description provided by the author