arduino-create-agent icon indicating copy to clipboard operation
arduino-create-agent copied to clipboard

The Arduino Create Agent

Results 92 arduino-create-agent issues
Sort by recently updated
recently updated
newest added
trafficstars

Is there anyway to control those signals, as they are used commonly with resetting boards.

There are a few issues that prevent re-packaging and distributing Arduino Create Agent through repositories instead of the current binary installer. There are blocking issues that prevent re-packaging: * No...

type: enhancement

On Ubuntu 20.04.1 LTS system, starting the agent causes the system to freeze (no mouse or keyboard input accepted) after a delay (which varies, from several seconds to several minutes)....

Since a rewrite can cause more problems than solutions, we'll incrementally refactor the project to achieve v2. The goal is to have most of the communication to be done with...

topic: documentation

I am assigning signatureKey as one-line string with `\n` replacing all line breaks, but the `\n` is read as `\\n` in the signatureKey string, and thus `pem.Decode([]byte(*signatureKey))` would failed to...

topic: documentation

Possible bug when sending **open** when **close** in progress and not yet completed. Possible similar cases. I tried to add checks in the frontend but it doesn't seem to fix...

type: enhancement

It could happen that a single message sent over serial, the buffer could get split into multiple messages (e.g. during the provisioning it tries to print a very long string)

type: enhancement

It's a common issue: https://playground.arduino.cc/Linux/Debian

type: enhancement
os: linux

At the moment the ca is removed as soon as a connection https is established, but we could actually keep it in place if we remove the private key. This...

type: enhancement

I get tons of messages like: ``` arduino-create-agent.desktop[1149]: time="2017-12-25T10:20:53+01:00" level=info msg="[]" arduino-create-agent.desktop[1149]: time="2017-12-25T10:20:53+01:00" level=info msg="" ``` The default log level is hardcoded to INFO https://github.com/arduino/arduino-create-agent/blob/devel/main.go#L143 Can this be a config...

type: enhancement