User Tools

Site Tools


acdsn:acdsn-v-fx

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
acdsn:acdsn-v-fx [2018/04/19 12:41] – [Delete] aheritieracdsn:acdsn-v-fx [2023/09/08 10:06] – [Return Code (HEX)] maferreira
Line 31: Line 31:
 | delete file  | g         |%%<filename>%%||  | delete file  | g         |%%<filename>%%||
 | restart      | s         ||| | restart      | s         |||
-| delete unit  | u         || if option set to 0, delete file| +| delete unit  | u         || if option set to 0, delete file|  
 +| delete tmp files  | y         || delete file for Newfile fct |
 ==== New ==== ==== New ====
 ^ Label                    ^ Arguments ^ Options                   ^ Comments              ^ ^ Label                    ^ Arguments ^ Options                   ^ Comments              ^
 | new Check                | c         | || | new Check                | c         | ||
 | new Entry                | e         | <nb request>        | | | new Entry                | e         | <nb request>        | |
-| new file                 | g         |<filename>\t<filesize>\t<CRC>  ||+| new file                 | g         |%%<filename>%%\t<CRC>  ||
 | new Vault Status         | h         | <unit>\t<status>        | ouverture(1) / fermeture(0) | | new Vault Status         | h         | <unit>\t<status>        | ouverture(1) / fermeture(0) |
 +| copy file                | i         |<filename>/t<copyFilename>|
 | new mode                 | m         | <mode> |  | new mode                 | m         | <mode> |
 | new firmware version     | n         | %%<filename>%%\t<retry times> ||  | new firmware version     | n         | %%<filename>%%\t<retry times> ||
Line 43: Line 45:
 | new timestamp            | t         | <timestamp>\t<TZ> | only if RTC defined (used to synchronize clock)(date +%s) |  | new timestamp            | t         | <timestamp>\t<TZ> | only if RTC defined (used to synchronize clock)(date +%s) |
 | new unit                 | u         |<unit>\t<CH>\t<staytime>|| | new unit                 | u         |<unit>\t<CH>\t<staytime>||
 +| new file packet          | y         | <nbrPacket>/t<blockLength>/t<CRC>/t<block>                ||
 | new baudrate             | z         | <baudrate>                || | new baudrate             | z         | <baudrate>                ||
 ==== Query ==== ==== Query ====
Line 60: Line 63:
 ===== Options ===== ===== Options =====
 ^ Options               ^ Comments ^ ^ Options               ^ Comments ^
 +|<block>                | block content (each char is formatted in 2 ascii in hexa value) => 'a' = 0x61 => sent : "61"             |
 +|<blockLength>          | length of the actual block in bytes              |
 |<filename>             | filename (format : 88888888.333)                 | |<filename>             | filename (format : 88888888.333)                 |
 |<copyFilename>         | filename destination                             | |<copyFilename>         | filename destination                             |
Line 68: Line 73:
 |<retry times>          | number of retry times                            |                                          |<retry times>          | number of retry times                            |                                         
 |<timestamp>            | 0 to 9'999'999'999 [seconds since 1.1.1970]      | |<timestamp>            | 0 to 9'999'999'999 [seconds since 1.1.1970]      |
 +|<nbrPacket>            | packet total number for a file                   |
 |<TZ>                   | -1200 to +1400                                   | |<TZ>                   | -1200 to +1400                                   |
 |<staytime>             | delay for the time to stay open  | |<staytime>             | delay for the time to stay open  |
Line 102: Line 108:
 |  46  |               | ERROR_FLASH           | |  46  |               | ERROR_FLASH           |
 |  47  |               | ERROR_CRC             | |  47  |               | ERROR_CRC             |
-|  48  |               | ERROR_HASH            |+|  48  |               | ERROR_HASH            |
 |  49  |               | ERROR_IB              | |  49  |               | ERROR_IB              |
 |  4B  |               | ERROR_KEY             | |  4B  |               | ERROR_KEY             |
Line 171: Line 177:
 </file> </file>
 ==== ACCESS.# ==== ==== ACCESS.# ====
-This file contains important logs. (# is the extension of day of year)+This file contains important logs. **#** is the day of year (eg: 1 February == 32). It corresponds to the output of the following command: 
 + 
 +<code bash> 
 +date +%j 
 +</code>
  
 ^ Field Name          ^ Description                ^ Example     ^ ^ Field Name          ^ Description                ^ Example     ^
acdsn/acdsn-v-fx.txt · Last modified: 2023/09/08 12:42 by maferreira