meshtastic/docs/settings/ham.mdx

91 lines
2.9 KiB
Plaintext
Raw Normal View History

2022-01-24 08:23:50 -08:00
---
id: ham
2022-06-24 20:04:40 -07:00
title: 1.2 Licensed (HAM) Operation
sidebar_label: 1.2 Licensed (HAM) Operation
2022-01-24 08:23:50 -08:00
---
2022-03-08 23:51:46 -08:00
2022-01-24 08:23:50 -08:00
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
:::warning
By changing these settings, you are self certifying that you are licensed to operate in the mode you have chosen. Failure to comply with your local regulations may result in fines.
:::
## Overview
:::note
This written US only, may or may not be applicable elsewhere.
:::
Meshtastic can be used by both unlicensed people and licensed operators. If you use Meshtastic with your ham radio license, there are additional privileges and restrictions to consider.
2022-03-08 23:51:46 -08:00
| Privileges | Restrictions |
| :-------------------------------------------------------------: | :-----------------------------------------------------------: |
2022-01-24 08:23:50 -08:00
| <ul><li>Additional Power</li><li>Higher gain antennas</li></ul> | <ul><li>Unencrypted</li><li>Identified with your ID</li></ul> |
## Settings
| Setting | Acceptable Values | Default |
| :-----: | :---------------: | :-----: |
2022-03-08 23:51:46 -08:00
| set-ham | `string` | `""` |
2022-01-24 08:23:50 -08:00
### set-ham
If you are a licensed HAM operator, you can set this variable to be your ID.
:::warning
By changing these settings, you are self certifying that you are licensed to operate in the mode you have chosen. Failure to comply with your local regulations may result in fines.
:::
#### Set HAM ID
2022-03-08 23:51:46 -08:00
2022-01-24 08:23:50 -08:00
<Tabs
2022-03-08 23:51:46 -08:00
groupId="settings"
defaultValue="cli"
values={[
{label: 'CLI', value: 'cli'},
{label: 'Android', value: 'android'},
{label: 'iOS', value: 'iOS'},
{label: 'Web', value: 'web'},
]}>
<TabItem value="cli">
```shell title="Set HAM ID"
2022-03-08 23:51:46 -08:00
meshtastic --set-ham KI1345
```
2022-01-24 08:23:50 -08:00
</TabItem>
<TabItem value="android">
:::info
Configuring this setting is not yet available for the selected platform. If this is incorrect please update the documentation for this page.
:::
</TabItem>
<TabItem value="iOS">
:::info
Configuring this setting is not yet available for the selected platform. If this is incorrect please update the documentation for this page.
:::
</TabItem>
<TabItem value="web">
:::info
Configuring this setting is not yet available for the selected platform. If this is incorrect please update the documentation for this page.
:::
2022-01-24 08:23:50 -08:00
</TabItem>
</Tabs>
## Details
Toggling `set-ham` changes your device settings in the following ways.
2022-03-08 23:51:46 -08:00
| Setting | `set-ham` Default | Normal Default |
| :----------------------: | :---------------: | :---------------------------------------: |
| `is_licensed` (Protobuf) | `true` | `false` |
| `long_name` (Protobuf) | `id` | User Defined |
| `psk` (Protobuf) | `""` | See [Channel Settings - psk](channel#psk) |
| `short_name` (Protobuf) | TODO | User Defined |