Skip to content

Commit

Permalink
VSCP tcp/ip link protocol now can add optional 64-bit value at the en…
Browse files Browse the repository at this point in the history
…d for WCYD response.
  • Loading branch information
grodansparadis committed Feb 21, 2025
1 parent 7f693ca commit 0bab5a9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions variables.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<var>
<creation-time>2025-02-20 21:10:11</creation-time>
<document-version>1.15.12</document-version>
<creation-time>2025-02-21 16:16:01</creation-time>
<document-version>1.15.13</document-version>
</var>
1 change: 1 addition & 0 deletions vscp_specification_history.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

| Date | By | Description |
| ---------- | ---- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|2025-02-21| AKHE | VSCP tcp/ip link protocol now can add optional 64-bit value at the end for WCYD response. |
|2025-02-20| AKHE | Added reserved GUID group (FF:FF:FF:FF:FF:FF:FF:F3:XX:XX:XX:XX:YY:YY:ZZ:ZZ) for interfaces. Added
section about addressing. |
|2025-02-05 | AKHE | Added info that a zero value means not set/used for the standard register firmware code. |
Expand Down
4 changes: 2 additions & 2 deletions vscp_tcpiplink.md
Original file line number Diff line number Diff line change
Expand Up @@ -478,10 +478,10 @@ This command reports server capabilities of this server.

The capabilities are described in a 64-bit array (8 bytes). The capabilities is reported on the form

00-00-00-00-00-00-00-00
00-00-00-00-00-00-00-00 1234567890ABCDEF
+OK

where each pair of hex digits is a byte in the 64-bit capabilities structure. MSB is the first (left most) byte.
where each pair of hex digits is a byte in the 64-bit capabilities structure. MSB is the first (left most) byte, follows by 64-bit value (1234567890ABCDEF). The 64-bit value at the end is optional but recommended.

The VSCP server 64-bit capability code is described in the specification document for [CLASS2.PROTOCOL, Type=20, High end server/service capabilities](http://docs.vscp.org/spec/latest/#/./class2.protocol?id=type20-0x14-high-end-serverservice-capabilities). It gives information about the capabilities of a VSCP server.

Expand Down

0 comments on commit 0bab5a9

Please sign in to comment.