Update a README
This commit is contained in:
parent
0d551cd0ac
commit
44c59f7533
@ -369,25 +369,44 @@ Configuration sub-directories
|
|||||||
|
|
||||||
2017-08-01: Testing began. The Spirit1 no configurations with no
|
2017-08-01: Testing began. The Spirit1 no configurations with no
|
||||||
errors, but there are no tests yet in place to exercise it.
|
errors, but there are no tests yet in place to exercise it.
|
||||||
|
|
||||||
2017-08-02: The nettest, udp, telnet test programs were added.
|
2017-08-02: The nettest, udp, telnet test programs were added.
|
||||||
2017-08-05: Successfully exchanging packets, but there there are
|
|
||||||
|
2017-08-03: Successfully exchanging packets, but there there are
|
||||||
issues with address filtering, CRC calculation, and data integrity
|
issues with address filtering, CRC calculation, and data integrity
|
||||||
(like bad UDP checksums). Lot's more to be done!
|
(like bad UDP checksums). Lot's more to be done!
|
||||||
|
|
||||||
Test Matrix:
|
2017-08-04: Corrected the length width field being set to narrow.
|
||||||
The following configurations have been tested:
|
The length 90 (0x5a) was being truncated to 26 (0x1a). I thought
|
||||||
|
that this would correct the checksum problem, but it does not.
|
||||||
|
It is still necessary to run with CRC disabled.
|
||||||
|
|
||||||
TEST DATE
|
Fixed some of the address filtering issues: In Basic packets,
|
||||||
COMPRESSION ADDRESSING UDP TCP
|
need to force the Spirit to send the destination address. This
|
||||||
----------- ---------- ---- ----
|
fixes address filtering. But...
|
||||||
hc06 short --- ---
|
|
||||||
extended --- ---
|
Converted to STack vs Basic packets. We need to do this because
|
||||||
hc1 short --- ---
|
the Basic packets do not provide the source node address. Now
|
||||||
extended --- ---
|
correctly gets the source node address and uncompresses the source
|
||||||
ipv6 short --- ---
|
IP address.
|
||||||
extended --- ---
|
|
||||||
telnet short N/A --- (hc06)
|
With these changes, the UDP test is now fully functional. There are
|
||||||
extended N/A ---
|
issues with the TCP test. This appears to be data loss: The TCP
|
||||||
|
client sends 18 packets, but the server only receives 5.
|
||||||
|
|
||||||
|
Test Matrix:
|
||||||
|
The following configurations have been tested successfully (with
|
||||||
|
CRC disabled):
|
||||||
|
|
||||||
|
TEST DATE
|
||||||
|
COMPRESSION UDP TCP Telnet
|
||||||
|
----------- ----- ----- ------
|
||||||
|
hc06 08/04 --- ---
|
||||||
|
--- --- ---
|
||||||
|
hc1 --- --- ---
|
||||||
|
--- --- ---
|
||||||
|
ipv6 --- --- ---
|
||||||
|
----------- ----- ----- ------
|
||||||
|
|
||||||
Other configuration options have not been specifically addressed
|
Other configuration options have not been specifically addressed
|
||||||
(such non-compressable ports, non-MAC based IPv6 addresses, etc.)
|
(such non-compressable ports, non-MAC based IPv6 addresses, etc.)
|
||||||
|
Loading…
Reference in New Issue
Block a user