Re: JSON Encoding and Decoding

2018-02-27 Thread marko kiiskila
Hi Aditya, > On Feb 28, 2018, at 9:26 AM, Aditya Xavier wrote: > > HI Mynewt Team, > > Wanted some assistance on how to encode and decode the following JSON > string. > > {“name1":1,”name2”:"value2”,"name3":[{“name4":1,”name5":5}]} > > Because of

Re: embedded world 2018

2018-02-27 Thread Szymon Janc
Hi, Me and Andrzej will be there tomorrow:) On 26 February 2018 at 22:00, Izidor Makuc wrote: > Hi, > will there be any myNewt users/devs at the embedded world > fair/conference this week? We can organize the myNewt user/dev meetup > :) > > It could be as simple as

Re: [DISCUSSION] Moving NimBLE to separate project

2018-02-27 Thread Christopher Collins
I agree with others that the best option is 2a (@apache-mynewt-core/net/nimble* become empty packages that pull in the external nimble packages). However, newt doesn't currently support repo dependencies; if a repo is not specified in the user's `project.yml` file, then newt won't download it.

Re: [DISCUSSION] Moving NimBLE to separate project

2018-02-27 Thread Szymon Janc
Hi, 1. I'm fine with doing it either before or after 1.4. We just need to make sure update works correctly for 1.4 if we do it before. 2. I'd go with 2a as Will, no need to keep duplicated code around. 3. Agree with Will, lets start with 1.0 NimBLE release. Only the first release needs to be