Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

device: add duo support #216

Merged
merged 1 commit into from
Feb 27, 2016
Merged

device: add duo support #216

merged 1 commit into from
Feb 27, 2016

Conversation

kennethlimcp
Copy link
Contributor

Signed-off-by: Kenneth Lim kennethlimcp@gmail.com

addressOffset: 384,
portOffset: 450
},
udpServerKey: {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should probably check, but I doubt they are supporting the UDP protocol.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

correct, as far as I know just TCP for the Duo

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we just remove them? Will it cause any issues when running commands?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can remove them, yes. The Core does not have them either.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@brycekahle, removed the UDP stuff.

- DFU works (tested sys1, sys2, user, factory)
- Serial works (wifi, inspect, identify)

- Not sure about the public/private keys address location though
- serialNumber: 'RedBear_Duo' is not verfied as this shows up in linux but should be correct based on https://github.com/redbear/firmware/blob/duo/bootloader/src/stm32f2xx/usbd_desc.c

Signed-off-by: Kenneth Lim <kennethlimcp@gmail.com>
brycekahle added a commit that referenced this pull request Feb 27, 2016
@brycekahle brycekahle merged commit 07ef0b2 into particle-iot:master Feb 27, 2016
@kennethlimcp kennethlimcp deleted the device/duo branch March 28, 2016 08:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Duo no longer appears in device serial list
3 participants