Prepare Your Device to Use the Windows Client Software Library
A device must be configured correctly and meet the minimum hardware requirements to successfully install the Windows client software library.
- Make sure the hardware prerequisites are met before you install the Windows client software library on your device. For a list of supported platforms, see Oracle IoT Cloud Service Client Software Certified System Configurations.
- Make sure the time and date on your device is current. If it isn’t, open a command prompt and run these commands:
- Run the
datecommand and update the date. - Run the
timecommand and update the time.
- Run the
- Download and install Microsoft Visual Studio 2013 or later on your Windows computer.
- Download and install the Cygwin (version 2.6 or later)
make,wget,perl,tar,zip,unzip,xxd, andcurlpackages on the device. - Run this command to set the PATH system variable to the location of the Cygwin installation directory:
setx path "%path%;c:\cygwin\bin". - Set up your development environment to use the Windows client software libraries. See Set Up Your Development Environment to Use the Windows Client Software Libraries.