Skip to content

Commit

Permalink
Merge pull request #24 from heya-naohiro/heya-naohiro-patch-1
Browse files Browse the repository at this point in the history
Update Readme.md
  • Loading branch information
heya-naohiro authored Feb 24, 2024
2 parents 0aa9d57 + ad0147d commit 04763de
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,12 @@
cargo build
```

## Payload Storage
require cassandra

## option
```
mqtt server
USAGE:
mqttserver [OPTIONS]
Expand All @@ -17,12 +21,13 @@ FLAGS:
-V, --version Prints version information
OPTIONS:
-a, --addr <IPADDR> server's address consist of port [default: 127.0.0.1:8883]
-c, --cert <FILEPATH> server cert @ pem format [default: server.crt]
-k, --key <FILEPATH> server cert @ pem format [default: private.key]
-a, --addr <IPADDR> server's address consist of port [default: 127.0.0.1:8883]
-d, --db_addr <CASSANDRA IPADDR> server's address consist of port [default: 127.0.0.1:9042]
-c, --cert <FILEPATH> server cert @ pem format [default: server.crt]
-k, --key <FILEPATH> server key @ pem format [default: private.key]
```

## Goal, not Goal
Not aiming for now: Implementing broker features = Communication between devices other than the host, adding protocols other than MQTT.
Not aiming for now: Implementing broker features, Communication between devices other than the host, adding protocols other than MQTT.

Future goals: Scaling out, performance measurement.
Future goals: Scaling out, performance measurement.

0 comments on commit 04763de

Please sign in to comment.