You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-1Lines changed: 12 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,8 +35,19 @@ To use this SDK with node, read the [documentation](https://github.com/viamrobot
35
35
36
36
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/)
37
37
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
+
38
49
## License
39
50
40
-
Copyright 2022-2024 Viam Inc.
51
+
Copyright 2022-2025 Viam Inc.
41
52
42
53
Apache 2.0 - See [LICENSE](https://github.com/viamrobotics/viam-typescript-sdk/blob/main/LICENSE) file
0 commit comments