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
[](https://github.com/arduino/arduino-create-agent/actions/workflows/test-go-task.yml)
@@ -8,7 +8,7 @@
8
8
[](https://github.com/arduino/arduino-create-agent/actions/workflows/check-go-dependencies-task.yml)
9
9
[](https://github.com/arduino/arduino-create-agent/actions/workflows/check-go-task.yml)
10
10
11
-
The Arduino Create Agent is a single binary that will sit on the traybar and work in the background. It allows you to use the [Arduino Create applications](https://create.arduino.cc) to seamlessly upload code to any USB connected Arduino board (or Yún in LAN) directly from the browser.
11
+
The Arduino Cloud Agent is a single binary that will sit on the traybar and work in the background. It allows you to use the [Arduino Create applications](https://create.arduino.cc) to seamlessly upload code to any USB connected Arduino board (or Yún in LAN) directly from the browser.
12
12
13
13
## Architecture
14
14
@@ -18,7 +18,7 @@ The Arduino Create Agent is a single binary that will sit on the traybar and wor
18
18
| Browser |
19
19
| | Web socket +----------------------+ flashes +---------------+
| | Arduino Create Web Editor | +--------------->| |<------------+ |
23
23
| | | | REST API +----------------------+ serial +---------------+
24
24
| +---------------------------+ |
@@ -50,7 +50,7 @@ The documentation has been moved to the [wiki](https://github.com/arduino/arduin
50
50
51
51
### Submitting an issue
52
52
53
-
When submitting a new issue please search for duplicates before creating a new one. Help us by providing useful context and information. Please attach the output of the commands running at the debug console or attach [crash reports](https://github.com/arduino/arduino-create-agent/wiki/How-to-use-crashreport-functionality) if useful.
53
+
When submitting a new issue please search for duplicates before creating a new one. Help us by providing useful context and information. Please attach the output of the commands running at the debug console or attach [crash reports](https://github.com/arduino/arduino-create-agent/wiki/How-to-use-crashreport-functionality) if useful.
54
54
55
55
#### Security
56
56
@@ -74,7 +74,7 @@ By signing off your commits, you agree to the following agreement, also known as
74
74
75
75
## Authors and acknowledgment
76
76
77
-
arduino-create-agent is a fork of @[johnlauer](https://github.com/johnlauer)'s [serial-port-json-server](https://github.com/johnlauer/serial-port-json-server) (which we really want to thank for his kindness and great work)
77
+
arduino-cloud-agent is a fork of @[johnlauer](https://github.com/johnlauer)'s [serial-port-json-server](https://github.com/johnlauer/serial-port-json-server) (which we really want to thank for his kindness and great work)
78
78
79
79
The history has been rewritten to keep the repo small (thus removing all binaries committed in the past)
0 commit comments