You can download the ReadyNAS OS 6 Application Software Development Kit (ReadyNAS OS 6 App SDK) from this page.
The current SDK version is [insert_php] $sdk_ver = rtrim(file_get_contents(“/home/sdk/sdk/latest_version.txt”)); $sdk_tbz_fsz = filesize(“/home/sdk/sdk/readynasos-apps-sdk_{$sdk_ver}.tbz”); $sdk_zip_fsz = filesize(“/home/sdk/sdk/apps-sdk-debs-{$sdk_ver}.zip”); echo $sdk_ver;[/insert_php].
- Download SDK Package [insert_php]echo “Ver. {$sdk_ver} ({$sdk_tbz_fsz} bytes);[/insert_php]
- Download Example debs [insert_php]echo “Ver. {$sdk_ver} ({$sdk_zip_fsz} bytes)”;[/insert_php]
- View README file in SDK package (This is included in SDK too.)
- Download Zipped Development Environment VirtualBox VDI [insert_php]echo “(” . filesize(“/data/www/apps.readynas.com/download/RN-APP-DEV-VDI.zip”) . ” bytes)”;[/insert_php]
- Read How to jump start using VM image
- Read How to setup ReadyNASOS on VM
- Check reserved ports by other apps