netlink_http

Crates.ionetlink_http
lib.rsnetlink_http
version0.2.8
created_at2025-06-09 02:20:22.927171+00
updated_at2025-06-09 02:20:22.927171+00
descriptionNetLink is a decentralized networking tool built on the 'rustp2p' library.
homepage
repositoryhttps://github.com/rustp2p/NetLink
max_upload_size
id1705435
size93,495
(vnt-dev)

documentation

README

API

1. GET /api/application-info

Retrieve application configuration.

2. GET /api/open

Start using the current configuration.

3. GET /api/close

Close the application.

4. GET /api/current-config

Retrieve the latest configuration.

5. GET /api/started-config

Retrieve the configuration used for starting the network. If the configuration has not been modified after starting the network, /api/current-config and /api/started-config will have the same values.

6. GET /api/current-info

Retrieve current network information.

7. GET /api/current-nodes

Retrieve information on the current group's nodes.

8. GET /api/groups

Retrieve all group names.

9. GET /api/nodes-by-group/

Retrieve node information for the specified group.

10. POST /api/update-config

Update the configuration.

10. other GET

Read files from the static directory

Commit count: 268

cargo fmt