Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/allancapistrano/tangle-hornet-reading-time
Checks the message response time of some index in the Tangle Hornet.
https://github.com/allancapistrano/tangle-hornet-reading-time
iota response-time tangle-hornet
Last synced: about 2 months ago
JSON representation
Checks the message response time of some index in the Tangle Hornet.
- Host: GitHub
- URL: https://github.com/allancapistrano/tangle-hornet-reading-time
- Owner: AllanCapistrano
- License: mit
- Created: 2023-11-02T13:44:48.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-19T13:55:37.000Z (about 1 year ago)
- Last Synced: 2024-10-14T08:09:28.653Z (3 months ago)
- Topics: iota, response-time, tangle-hornet
- Language: Go
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tangle Hornet Reading Time
Publishes some messages into an index checks the response time of consulting these messages in Tangle Hornet and writes it to a `csv` file.
The `csv` file will be in the [`files`](./files) directory
## How to use
### Requirements
> This project was mainly tested with Go version 1.20.xWe recommend you update Go [to the latest stable version to use the library](https://go.dev/).
### Build the project on your own1. Clone this repository;
2. Download all the dependencies:
```powershell
go mod tidy
```
3. Execute the project:
```powershell
go run main.go
```### Using parameters
| Parameter | Description |
| --------- | ----------- |
| qtm | Number of messages that will be created |
| idx | Message index |Example:
```powershell
go run main.go -qtm=15 -idx=MyIndex
```## License
The MIT license can be found [here](./LICENSE).