ARMmbed / mbed-os-example-client

DEPRECATED: This is the mbed Client example application for mbed OS.
https://cloud.mbed.com/docs/current/welcome/index.html
Other
20 stars 58 forks source link

6LoWPAN client example doesn't work with K64-BR #53

Closed MarceloSalazar closed 8 years ago

MarceloSalazar commented 8 years ago

There are no instructions on how to get the this client example configured as 6LoWPAN working with the (K64-BR)[https://github.com/ARMmbed/k64f-border-router]

The configuration of this example doesn't seem to match with the K64-BR and connection cannot be established.

Related to this issue: https://github.com/ARMmbed/k64f-border-router/issues/32

hasnainvirk commented 8 years ago

Is this really valid ? This application does not (and should not) care for what Parent Device it is talking to. The issue raised on K64f-BR was a README update. If you will set the proper channel, security mode and mesh type, you are good to go. IMO, this issue isn't valid.

MarceloSalazar commented 8 years ago

The issue raised on K64f-BR was a README update

The issue https://github.com/ARMmbed/k64f-border-router/issues/32 also refers to configuration.

If you will set the proper channel, security mode and mesh type, you are good to go. IMO, this issue isn't valid.

This wasn't clear to me. I suggest to make this very explicit in the documentation, or update the BR to work with this client example OOB.

hasnainvirk commented 8 years ago

@MarceloSalazar I have tested this application with K64F-BR. I think its good to go with OOB. Only things this application needs to know is that channel number, security mode (PSK or NONE) and mesh type (MESH_LOWPAN_ND). This application doesn't refer to K64F-BR as it provides Gateway Binaries for a different platform as default.

yogpan01 commented 8 years ago

@hasnainvirk will update README of this example, by providing proper links to K64F-BR configuration.

ciarmcom commented 8 years ago

ARM Internal Ref: IOTCLT-870

rhenson commented 8 years ago

Appears to be resolved by #59... may be. @hasnainvirk - please could you confirm.

hasnainvirk commented 8 years ago

@rhenson It is resolved by https://github.com/ARMmbed/mbed-os-example-client/pull/60