NCOS SDK version 2.2
This software, including any sample applications, and associated documentation (the "Software"), are subject to the Cradlepoint Terms of Service and License Agreement available at https://cradlepoint.com/terms-of-service (“TSLA”).
NOTWITHSTANDING ANY PROVISION CONTAINED IN THE TSLA, CRADLEPOINT DOES NOT WARRANT THAT THE SOFTWARE OR ANY FUNCTION CONTAINED THEREIN WILL MEET CUSTOMER’S REQUIREMENTS, BE UNINTERRUPTED OR ERROR-FREE, THAT DEFECTS WILL BE CORRECTED, OR THAT THE SOFTWARE IS FREE OF VIRUSES OR OTHER HARMFUL COMPONENTS. THE SOFTWARE IS PROVIDED “AS-IS,” WITHOUT ANY WARRANTIES OF ANY KIND. ANY USE OF THE SOFTWARE IS DONE AT CUSTOMER’S SOLE RISK AND CUSTOMER WILL BE SOLELY RESPONSIBLE FOR ANY DAMAGE, LOSS OR EXPENSE INCURRED AS A RESULT OF OR ARISING OUT OF CUSTOMER’S USE OF THE SOFTWARE. CRADLEPOINT MAKES NO OTHER WARRANTY, EITHER EXPRESSED OR IMPLIED, WITH RESPECT TO THE SOFTWARE. CRADLEPOINT SPECIFICALLY DISCLAIMS THE IMPLIED WARRANTIES OR CONDITIONS OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE OR NON-INFRINGEMENT.
Copyright © 2018 Cradlepoint, Inc. All rights reserved.
NCOS SDK 2.2 Changes
- Updated Documentation and corrected errors and broken links
- Fixed make.py and cs.py to use appropriate authentication,
basic or digest, depending on the NCOS release. - Added sshpass for Linux or OS X so that device password does not have
to be manually entered. - Use scp in make.py to install the app for Linux.
- Added 'ALL' option for build and clean make.py commands.
- Add readme.txt for all applications that describe the contents.
- Deleted sample application that were very simple or no longer supported.
(email, gps_localhost, list_serial_ports, log_level, modbus_poll,
modbus_simple_bridge, power_gpio, send_alert, and serial_echo) - Add ibr1700_obdII sample application
- Removed redundant information added to logs by app_logging.py.
- Simplified several apps to make them more concise.
- Added unit and system level test to appropriate application.
- Added unit and system commands to make.py to run the test for
a given application. - Added Software License information for the SDK.
- Removed GNU Make support. Only python make.py is supported.