You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Signed-off-by: 邵朱铭 <shaozm@auseft.com> |
3 days ago | |
|---|---|---|
| .claude | 3 days ago | |
| .qtcreator | 3 days ago | |
| WeighUI | 3 days ago | |
| common | 3 days ago | |
| core | 3 days ago | |
| demo | 3 days ago | |
| gatectrl | 3 days ago | |
| httpserver | 3 days ago | |
| ioctrl | 8 months ago | |
| led | 3 days ago | |
| lib | 3 days ago | |
| mqttdds | 3 days ago | |
| patch | 3 days ago | |
| 3 days ago | ||
| readcard | 3 days ago | |
| weigh | 3 days ago | |
| .gitignore | 9 months ago | |
| CMakeLists.txt | 3 days ago | |
| RC522.c | 3 days ago | |
| RFID_S50.c | 3 days ago | |
| config.json | 3 days ago | |
| fastddsgen.jar | 3 days ago | |
| readcard.zip | 3 days ago | |
| readme.txt | 3 days ago | |
| yuqian.jpg | 3 days ago | |
readme.txt
./Weigh --port ttyS5 --device Keli
./Print --port ttyS2 --device NP80A
./Core --addr mqtt://192.168.1.1:1883
./Weigh --port ttyS3 --device Keli
./Print --port ttyS2 --device NP80A
./Core --addr mqtt://10.180.4.101:1883
./print-test publisher
{
"bar_ctrl":
{
"FrontBar": "down",
"BackBar": "down"
}
}
{
"light_ctrl":
{
"FrontLED": "red",
"BackLED": "red"
}
}
ScaleInfo VOLATILE_DURABILITY_QOS
ScaleCommand VOLATILE_DURABILITY_QOS
WeightInfoOk VOLATILE_DURABILITY_QOS
WeightInfoError VOLATILE_DURABILITY_QOS
BarCommandUpdate VOLATILE_DURABILITY_QOS
LightsCommandUpdate VOLATILE_DURABILITY_QOS
InfraredCommandUpdate VOLATILE_DURABILITY_QOS
BarUpdate TRANSIENT_LOCAL_DURABILITY_QOS
LightsUpdate TRANSIENT_LOCAL_DURABILITY_QOS
InfraredUpdate TRANSIENT_LOCAL_DURABILITY_QOS
LicenseSnapUpdate VOLATILE_DURABILITY_QOS
Voice VOLATILE_DURABILITY_QOS
SummaryUpdate VOLATILE_DURABILITY_QOS
./Core --domain 12 &
./GateCtrl --domain 12 &
./HttpServer --domain 12 --port 8081 &
./Print --domain 12 --port ttyS2 &
./Weigh --domain 12 --port ttyS3 &