Difference between revisions of "Developer:Documentation"

From LinnDocs
Jump to: navigation, search
Line 1: Line 1:
== Develoment Releases<br> ==
+
== Developer Documentation ==
 +
The open nature of Linn's DS products allow any interested party to write their own application and interact with the DS.  The following pages document the interfaces the DS exposes. 
  
The purpose of a development release is to provide independent software providers a chance to develop their applications against a given API before it is released to the general public.
+
=== Compatibility Islands ===
 +
DS releases are cateogrised by the name of a Scottish island.  Any DS software release described by the same island is interface compatible.  This means that properly written applications written against that island will work across all releases of that island.  More information is available here: [[Software Compatibility Families]]
  
* Development releases can be downloaded from: http://products.linn.co.uk/VersionInfo/Downloads/Development/
+
=== Existing Islands ===
* Developers can report defects via the external trac database: http://products.linn.co.uk/trac/
 
* Developers can use any and all of Linn's Open Source Software: http://oss.linn.co.uk/
 
* Releases are based on [[Software Compatibility Families]]
 
 
** [[Developer:Cara|Cara Documentation]]
 
** [[Developer:Cara|Cara Documentation]]
 
** Bute Documentation
 
** Bute Documentation
** Auskerry Documentation<br>
+
** Auskerry Documentation
 +
 
 +
=== Develoment Releases ===
 +
 
 +
Prior to the full release of a new island, Linn provides development releases to allow external developers to update their applications to work with the new interfaces.  Development releases are for developers, not early adopters.  Although they are feature complete, there are still a number of bugs, some of them potentially bad.
 +
 
 +
* Development releases can be downloaded from: http://products.linn.co.uk/VersionInfo/Downloads/Development/
 +
* Developers should report defects via the external trac database: http://products.linn.co.uk/trac/
 +
* Questions, comments, and concerns should be raised in the development forum: http://forums.linn.co.uk/bb/forumdisplay.php?fid=5
 +
* A considerable amount of BSD licensed source code is available for reuse and/or sample on Linn's Open Source Software site: http://oss.linn.co.uk/
  
 
The easiest way to upgrade your device(s) to the latest development firmware is to download the development ConfigApp, and enable the 'Show Development Releases' option (Tools-&gt;Options-&gt;Updates, 'Show Advanced Options' must also be enabled). If you then right click on your device, you will be given the option to Update to the latest development firmware.
 
The easiest way to upgrade your device(s) to the latest development firmware is to download the development ConfigApp, and enable the 'Show Development Releases' option (Tools-&gt;Options-&gt;Updates, 'Show Advanced Options' must also be enabled). If you then right click on your device, you will be given the option to Update to the latest development firmware.
 
<br>
 
  
 
== Miscellaneous Links ==
 
== Miscellaneous Links ==

Revision as of 23:44, 11 February 2009

Developer Documentation

The open nature of Linn's DS products allow any interested party to write their own application and interact with the DS. The following pages document the interfaces the DS exposes.

Compatibility Islands

DS releases are cateogrised by the name of a Scottish island. Any DS software release described by the same island is interface compatible. This means that properly written applications written against that island will work across all releases of that island. More information is available here: Software Compatibility Families

Existing Islands

Develoment Releases

Prior to the full release of a new island, Linn provides development releases to allow external developers to update their applications to work with the new interfaces. Development releases are for developers, not early adopters. Although they are feature complete, there are still a number of bugs, some of them potentially bad.

The easiest way to upgrade your device(s) to the latest development firmware is to download the development ConfigApp, and enable the 'Show Development Releases' option (Tools->Options->Updates, 'Show Advanced Options' must also be enabled). If you then right click on your device, you will be given the option to Update to the latest development firmware.

Miscellaneous Links