HAWKBIT


hb_peer

Set Hawkbit server IPv4

leaps> hb_peer

Usage: hb_peer [host STRING] [port NUM]

[host STRING] [port NUM] The Hawkbit server’s IP address and Port number.

Example:

Suppose, Hawkbit server is deployed at IP 192.168.10.102 and port 8081. The shell command to configure the Hawkbit IP address for gateway is as follows:

leaps> hb_peer host 192.168.10.102 port 8081
hb_peer (Success)

Check the configuration again with the si command.


hb_token

hb_token: Set Hawkbit auth token

leaps> hb_token

Usage: hb_token [auth_token : STRING]

[auth_token : STRING] The security token obtained in the previous step.

Example:

The command line syntax to configure a security token on gateway is as follows:

leaps> hb_token 772118077bc13af93f7f590693ef5215
hb_token (Success)

Check the configuration again with the si command.