AutoLab4j Folder Structure: Difference between revisions
Created page with "Category:AutoLab4j Commander4j AutoLab ├── images │ ├── Icons │ │ └── AutoLab4j_Icons │ │ └── MyIcon.iconset │ ├── linux │ ├── mac │ └── windows ├── interface │ ├── input │ │ └── dataset │ └── output │ └── ProdDec ├── labelary ├── labels ├── layout ├── lib │ ├── devonly │ └── modbus ├──..." |
No edit summary |
||
| Line 1: | Line 1: | ||
[[Category:AutoLab4j]] | [[Category:AutoLab4j]] | ||
Commander4j AutoLab | Commander4j AutoLab | ||
├── images | ├── images | ||
│ ├── Icons | │ ├── Icons | ||
│ │ └── AutoLab4j_Icons | │ │ └── AutoLab4j_Icons | ||
│ │ └── MyIcon.iconset | │ │ └── MyIcon.iconset | ||
│ ├── linux | │ ├── linux | ||
│ ├── mac | │ ├── mac | ||
│ └── windows | │ └── windows | ||
├── interface | ├── interface | ||
│ ├── input | │ ├── input | ||
│ │ └── dataset | │ │ └── dataset | ||
│ └── output | │ └── output | ||
│ └── ProdDec | │ └── ProdDec | ||
├── labelary | ├── labelary | ||
├── labels | ├── labels | ||
├── layout | ├── layout | ||
├── lib | ├── lib | ||
│ ├── devonly | │ ├── devonly | ||
│ └── modbus | │ └── modbus | ||
├── licences | ├── licences | ||
├── logs | ├── logs | ||
├── remote_dataset | ├── remote_dataset | ||
│ └── Backup | │ └── Backup | ||
├── remote_labels | ├── remote_labels | ||
├── running | ├── running | ||
└── xml | └── xml | ||
├── config | |||
│ ├── Example Config | |||
│ └── Example Email | |||
└── sscc | |||
└── Example SSCC | |||
Latest revision as of 21:36, 27 August 2024
Commander4j AutoLab
├── images
│ ├── Icons
│ │ └── AutoLab4j_Icons
│ │ └── MyIcon.iconset
│ ├── linux
│ ├── mac
│ └── windows
├── interface
│ ├── input
│ │ └── dataset
│ └── output
│ └── ProdDec
├── labelary
├── labels
├── layout
├── lib
│ ├── devonly
│ └── modbus
├── licences
├── logs
├── remote_dataset
│ └── Backup
├── remote_labels
├── running
└── xml
├── config
│ ├── Example Config
│ └── Example Email
└── sscc
└── Example SSCC