Skip to content

Commit 31f43a1

Browse files
authored
Update README.md (#556)
1 parent d5db257 commit 31f43a1

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,19 @@ To use this SDK with node, read the [documentation](https://github.com/viamrobot
3535

3636
To use this SDK with React Native, read the [documentation](https://github.com/viamrobotics/viam-typescript-sdk/blob/main/ReactNative.md) or view the [example](https://github.com/viamrobotics/viam-typescript-sdk/tree/main/examples/react-native/)
3737

38+
## Offline Mode
39+
40+
> [!WARNING]
41+
> Using the typescript SDK in offline mode necessitates disabling TLS verification and so should be done with caution.
42+
43+
To use the browser on a local network with limited-or-no internet, follow these instructions:
44+
```
45+
1. start viam-server with the `-no-tls` flag
46+
2. set the signaling server in typescript to `http://{HOST}.local:8080`
47+
```
48+
3849
## License
3950

40-
Copyright 2022-2024 Viam Inc.
51+
Copyright 2022-2025 Viam Inc.
4152

4253
Apache 2.0 - See [LICENSE](https://github.com/viamrobotics/viam-typescript-sdk/blob/main/LICENSE) file

0 commit comments

Comments
 (0)