File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Thanks for your helping OpenDDR growing!
1313Below a description of the directory tree:
1414* __ DDR-Simple-API__ : contains the porting of the W3C's Device Description Repository Simple API
1515* __ OpenDDR-CSharp__ : contains the porting of the Java version of OpenDDR
16- * __ SimpleConsole __ : contains a console test project for the C# version of OpenDDR Simple API Client
16+ * __ OpenDDRConsole __ : contains a console test project for the C# version of OpenDDR Simple API Client
1717
1818
1919A basic explanation of the properties in oddr.properties:
@@ -29,10 +29,10 @@ A basic explanation of the properties in oddr.properties:
2929* __ oddr.vocabulary.device__ : IRI of the default vocabulary. It is the target namespace specified in a vocabulary
3030* __ oddr.threshold__ : Identification threshold. It is used to balance the request evaluation time and identification matching.
3131
32- The sample class below shows how to use OpenDDR:
32+ The sample console app SimpleConsole below shows how to use OpenDDR:
3333
3434<pre ><code >
35- public class SimpleConsole
35+ public class Program
3636{
3737 public static void Main(string[] args)
3838 {
You can’t perform that action at this time.
0 commit comments