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
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@
13
13
3. Install SiWi GSM Platform:
14
14
* Open PlatformIO Home
15
15
* Go to Platforms -> Advanced Installation
16
-
* Paste repository link https://github.com/siwiembedded/siwigsm.git
16
+
* Paste repository link https://github.com/siwiembedded/platform-siwigsm.git
17
17
* Click Install
18
18
19
19
## Examples
@@ -22,6 +22,7 @@
22
22
*[adc-example](https://github.com/siwiembedded/platform-siwigsm/tree/master/examples/adc-example) - ADC Read Example
23
23
*[socket-example](https://github.com/siwiembedded/platform-siwigsm/tree/master/examples/socket-example) - TCP Socket example using RAW Socket APIs
24
24
*[ssl-socket-example](https://github.com/siwiembedded/platform-siwigsm/tree/master/examples/ssl-socket-example) - SSL Socket example
25
+
*[ssl-socket-clientauth](https://github.com/siwiembedded/platform-siwigsm/tree/master/examples/ssl-socket-clientauth) - SSL Socket example with client certificate authentication
0 commit comments