[jira] [Created] (MYNEWT-743) BLE Host - Persist bonding material to sys/config.

2017-04-28 Thread Christopher Collins (JIRA)
Christopher Collins created MYNEWT-743:
--

 Summary: BLE Host - Persist bonding material to sys/config.
 Key: MYNEWT-743
 URL: https://issues.apache.org/jira/browse/MYNEWT-743
 Project: Mynewt
  Issue Type: Bug
Reporter: Christopher Collins
Assignee: Christopher Collins
 Fix For: v1_1_0_rel






--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Created] (MYNEWT-742) OIC requires some manual steps to initialize

2017-04-28 Thread Christopher Collins (JIRA)
Christopher Collins created MYNEWT-742:
--

 Summary: OIC requires some manual steps to initialize
 Key: MYNEWT-742
 URL: https://issues.apache.org/jira/browse/MYNEWT-742
 Project: Mynewt
  Issue Type: Bug
Reporter: Christopher Collins
 Fix For: v1_1_0_rel


E.g.,

{noformat}
static const oc_handler_t omgr_oc_handler = {
.init = omgr_app_init,
};

int
main(int argc, char **argv)
{
/* ... */
oc_main_init((oc_handler_t *)_oc_handler);
oc_ble_coap_gatt_srv_init();
}
{noformat}

If possible, it would be good if these calls happened automatically when the OS 
starts.  Unfortunately, the user will still need to configure the library with 
an oc_handler.




--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (MYNEWT-741) Port of LoRaMac-node library

2017-04-28 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/MYNEWT-741?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15989637#comment-15989637
 ] 

ASF subversion and git services commented on MYNEWT-741:


Commit f3b97d5350ad319e4eeac255c81c366f0219991e in incubator-mynewt-core's 
branch refs/heads/master from [~ccollins476]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-mynewt-core.git;h=f3b97d5 
]

MYNEWT-741 Fix loraping app.


> Port of LoRaMac-node library
> 
>
> Key: MYNEWT-741
> URL: https://issues.apache.org/jira/browse/MYNEWT-741
> Project: Mynewt
>  Issue Type: New Feature
>Reporter: Christopher Collins
>Assignee: Christopher Collins
> Fix For: v1_1_0_rel
>
>
> Port Semtech's LoRaMac-node library 
> (https://github.com/Lora-net/LoRaMac-node) to Mynewt.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (MYNEWT-741) Port of LoRaMac-node library

2017-04-28 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/MYNEWT-741?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15989643#comment-15989643
 ] 

ASF subversion and git services commented on MYNEWT-741:


Commit 702dc23e8e35056d71bf42636fa31e251398e2ae in incubator-mynewt-core's 
branch refs/heads/master from [~ccollins476]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-mynewt-core.git;h=702dc23 
]

This closes #248.

Merge remote-tracking branch 'ccollins476ad/loramac-node'

* ccollins476ad/loramac-node:
  MYNEWT-741 Fix loraping app.
  MYNEWT-741 Lora cleanup
  MYNEWT-741 lorashell - Tx predictable payloads
  MYNEWT-741 Port of LoRaMac-node library
  MYNEWT-741 Port of LoRaMac-node library
  MYNEWT-740 Rudimentary Text parsing package.


> Port of LoRaMac-node library
> 
>
> Key: MYNEWT-741
> URL: https://issues.apache.org/jira/browse/MYNEWT-741
> Project: Mynewt
>  Issue Type: New Feature
>Reporter: Christopher Collins
>Assignee: Christopher Collins
> Fix For: v1_1_0_rel
>
>
> Port Semtech's LoRaMac-node library 
> (https://github.com/Lora-net/LoRaMac-node) to Mynewt.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (MYNEWT-740) Text parsing package

2017-04-28 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/MYNEWT-740?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15989638#comment-15989638
 ] 

ASF subversion and git services commented on MYNEWT-740:


Commit 25ec5794f6ba81febdea47a1eab1f204c9f7018a in incubator-mynewt-core's 
branch refs/heads/master from [~ccollins476]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-mynewt-core.git;h=25ec579 
]

This closes #247.

Merge remote-tracking branch 'ccollins476ad/util-parse'

* ccollins476ad/util-parse:
  MYNEWT-740 Rudimentary Text parsing package.


> Text parsing package
> 
>
> Key: MYNEWT-740
> URL: https://issues.apache.org/jira/browse/MYNEWT-740
> Project: Mynewt
>  Issue Type: Improvement
>Reporter: Christopher Collins
>Assignee: Christopher Collins
> Fix For: v1_1_0_rel
>
>
> Code to parse numbers and byte strings is duplicated in a lot of apps.  It 
> would be good to create a general purpose package that does this.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (MYNEWT-741) Port of LoRaMac-node library

2017-04-28 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/MYNEWT-741?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15989640#comment-15989640
 ] 

ASF subversion and git services commented on MYNEWT-741:


Commit 702dc23e8e35056d71bf42636fa31e251398e2ae in incubator-mynewt-core's 
branch refs/heads/master from [~ccollins476]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-mynewt-core.git;h=702dc23 
]

This closes #248.

Merge remote-tracking branch 'ccollins476ad/loramac-node'

* ccollins476ad/loramac-node:
  MYNEWT-741 Fix loraping app.
  MYNEWT-741 Lora cleanup
  MYNEWT-741 lorashell - Tx predictable payloads
  MYNEWT-741 Port of LoRaMac-node library
  MYNEWT-741 Port of LoRaMac-node library
  MYNEWT-740 Rudimentary Text parsing package.


> Port of LoRaMac-node library
> 
>
> Key: MYNEWT-741
> URL: https://issues.apache.org/jira/browse/MYNEWT-741
> Project: Mynewt
>  Issue Type: New Feature
>Reporter: Christopher Collins
>Assignee: Christopher Collins
> Fix For: v1_1_0_rel
>
>
> Port Semtech's LoRaMac-node library 
> (https://github.com/Lora-net/LoRaMac-node) to Mynewt.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (MYNEWT-741) Port of LoRaMac-node library

2017-04-28 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/MYNEWT-741?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15989642#comment-15989642
 ] 

ASF subversion and git services commented on MYNEWT-741:


Commit 702dc23e8e35056d71bf42636fa31e251398e2ae in incubator-mynewt-core's 
branch refs/heads/master from [~ccollins476]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-mynewt-core.git;h=702dc23 
]

This closes #248.

Merge remote-tracking branch 'ccollins476ad/loramac-node'

* ccollins476ad/loramac-node:
  MYNEWT-741 Fix loraping app.
  MYNEWT-741 Lora cleanup
  MYNEWT-741 lorashell - Tx predictable payloads
  MYNEWT-741 Port of LoRaMac-node library
  MYNEWT-741 Port of LoRaMac-node library
  MYNEWT-740 Rudimentary Text parsing package.


> Port of LoRaMac-node library
> 
>
> Key: MYNEWT-741
> URL: https://issues.apache.org/jira/browse/MYNEWT-741
> Project: Mynewt
>  Issue Type: New Feature
>Reporter: Christopher Collins
>Assignee: Christopher Collins
> Fix For: v1_1_0_rel
>
>
> Port Semtech's LoRaMac-node library 
> (https://github.com/Lora-net/LoRaMac-node) to Mynewt.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (MYNEWT-740) Text parsing package

2017-04-28 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/MYNEWT-740?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15989644#comment-15989644
 ] 

ASF subversion and git services commented on MYNEWT-740:


Commit 702dc23e8e35056d71bf42636fa31e251398e2ae in incubator-mynewt-core's 
branch refs/heads/master from [~ccollins476]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-mynewt-core.git;h=702dc23 
]

This closes #248.

Merge remote-tracking branch 'ccollins476ad/loramac-node'

* ccollins476ad/loramac-node:
  MYNEWT-741 Fix loraping app.
  MYNEWT-741 Lora cleanup
  MYNEWT-741 lorashell - Tx predictable payloads
  MYNEWT-741 Port of LoRaMac-node library
  MYNEWT-741 Port of LoRaMac-node library
  MYNEWT-740 Rudimentary Text parsing package.


> Text parsing package
> 
>
> Key: MYNEWT-740
> URL: https://issues.apache.org/jira/browse/MYNEWT-740
> Project: Mynewt
>  Issue Type: Improvement
>Reporter: Christopher Collins
>Assignee: Christopher Collins
> Fix For: v1_1_0_rel
>
>
> Code to parse numbers and byte strings is duplicated in a lot of apps.  It 
> would be good to create a general purpose package that does this.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (MYNEWT-741) Port of LoRaMac-node library

2017-04-28 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/MYNEWT-741?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15989641#comment-15989641
 ] 

ASF subversion and git services commented on MYNEWT-741:


Commit 702dc23e8e35056d71bf42636fa31e251398e2ae in incubator-mynewt-core's 
branch refs/heads/master from [~ccollins476]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-mynewt-core.git;h=702dc23 
]

This closes #248.

Merge remote-tracking branch 'ccollins476ad/loramac-node'

* ccollins476ad/loramac-node:
  MYNEWT-741 Fix loraping app.
  MYNEWT-741 Lora cleanup
  MYNEWT-741 lorashell - Tx predictable payloads
  MYNEWT-741 Port of LoRaMac-node library
  MYNEWT-741 Port of LoRaMac-node library
  MYNEWT-740 Rudimentary Text parsing package.


> Port of LoRaMac-node library
> 
>
> Key: MYNEWT-741
> URL: https://issues.apache.org/jira/browse/MYNEWT-741
> Project: Mynewt
>  Issue Type: New Feature
>Reporter: Christopher Collins
>Assignee: Christopher Collins
> Fix For: v1_1_0_rel
>
>
> Port Semtech's LoRaMac-node library 
> (https://github.com/Lora-net/LoRaMac-node) to Mynewt.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (MYNEWT-741) Port of LoRaMac-node library

2017-04-28 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/MYNEWT-741?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15989639#comment-15989639
 ] 

ASF subversion and git services commented on MYNEWT-741:


Commit 702dc23e8e35056d71bf42636fa31e251398e2ae in incubator-mynewt-core's 
branch refs/heads/master from [~ccollins476]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-mynewt-core.git;h=702dc23 
]

This closes #248.

Merge remote-tracking branch 'ccollins476ad/loramac-node'

* ccollins476ad/loramac-node:
  MYNEWT-741 Fix loraping app.
  MYNEWT-741 Lora cleanup
  MYNEWT-741 lorashell - Tx predictable payloads
  MYNEWT-741 Port of LoRaMac-node library
  MYNEWT-741 Port of LoRaMac-node library
  MYNEWT-740 Rudimentary Text parsing package.


> Port of LoRaMac-node library
> 
>
> Key: MYNEWT-741
> URL: https://issues.apache.org/jira/browse/MYNEWT-741
> Project: Mynewt
>  Issue Type: New Feature
>Reporter: Christopher Collins
>Assignee: Christopher Collins
> Fix For: v1_1_0_rel
>
>
> Port Semtech's LoRaMac-node library 
> (https://github.com/Lora-net/LoRaMac-node) to Mynewt.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (MYNEWT-741) Port of LoRaMac-node library

2017-04-28 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/MYNEWT-741?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15989635#comment-15989635
 ] 

ASF subversion and git services commented on MYNEWT-741:


Commit 3fe2ef7574e1c1527e7b81082bc9c4184e38af05 in incubator-mynewt-core's 
branch refs/heads/master from [~ccollins476]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-mynewt-core.git;h=3fe2ef7 
]

MYNEWT-741 lorashell - Tx predictable payloads

This allows the receiver to calculate packet error rate.


> Port of LoRaMac-node library
> 
>
> Key: MYNEWT-741
> URL: https://issues.apache.org/jira/browse/MYNEWT-741
> Project: Mynewt
>  Issue Type: New Feature
>Reporter: Christopher Collins
>Assignee: Christopher Collins
> Fix For: v1_1_0_rel
>
>
> Port Semtech's LoRaMac-node library 
> (https://github.com/Lora-net/LoRaMac-node) to Mynewt.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (MYNEWT-740) Text parsing package

2017-04-28 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/MYNEWT-740?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15989632#comment-15989632
 ] 

ASF subversion and git services commented on MYNEWT-740:


Commit 8374b5a179253c5ab2d091e6677a80b168a58090 in incubator-mynewt-core's 
branch refs/heads/master from [~ccollins476]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-mynewt-core.git;h=8374b5a 
]

MYNEWT-740 Rudimentary Text parsing package.


> Text parsing package
> 
>
> Key: MYNEWT-740
> URL: https://issues.apache.org/jira/browse/MYNEWT-740
> Project: Mynewt
>  Issue Type: Improvement
>Reporter: Christopher Collins
>Assignee: Christopher Collins
> Fix For: v1_1_0_rel
>
>
> Code to parse numbers and byte strings is duplicated in a lot of apps.  It 
> would be good to create a general purpose package that does this.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (MYNEWT-741) Port of LoRaMac-node library

2017-04-28 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/MYNEWT-741?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15989636#comment-15989636
 ] 

ASF subversion and git services commented on MYNEWT-741:


Commit 1eb96f4dc3d034bfd6584238713ce15a471a77f0 in incubator-mynewt-core's 
branch refs/heads/master from [~ccollins476]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-mynewt-core.git;h=1eb96f4 
]

MYNEWT-741 Lora cleanup

* Combine lora_misc.c and timer.c --> utilities.c
* Use existing swap_buf() instead of new memcpyr().
* Add Apache header to utilities.c


> Port of LoRaMac-node library
> 
>
> Key: MYNEWT-741
> URL: https://issues.apache.org/jira/browse/MYNEWT-741
> Project: Mynewt
>  Issue Type: New Feature
>Reporter: Christopher Collins
>Assignee: Christopher Collins
> Fix For: v1_1_0_rel
>
>
> Port Semtech's LoRaMac-node library 
> (https://github.com/Lora-net/LoRaMac-node) to Mynewt.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (MYNEWT-740) Text parsing package

2017-04-28 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/MYNEWT-740?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15989631#comment-15989631
 ] 

ASF subversion and git services commented on MYNEWT-740:


Commit 46d08164db6c21c4c6dc9e8b871b54c1d3eecabf in incubator-mynewt-core's 
branch refs/heads/master from [~ccollins476]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-mynewt-core.git;h=46d0816 
]

MYNEWT-740 Rudimentary Text parsing package.


> Text parsing package
> 
>
> Key: MYNEWT-740
> URL: https://issues.apache.org/jira/browse/MYNEWT-740
> Project: Mynewt
>  Issue Type: Improvement
>Reporter: Christopher Collins
>Assignee: Christopher Collins
> Fix For: v1_1_0_rel
>
>
> Code to parse numbers and byte strings is duplicated in a lot of apps.  It 
> would be good to create a general purpose package that does this.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (MYNEWT-741) Port of LoRaMac-node library

2017-04-28 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/MYNEWT-741?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15989633#comment-15989633
 ] 

ASF subversion and git services commented on MYNEWT-741:


Commit 9986f68cdf2f9a81bf67076d220e60bf64f56450 in incubator-mynewt-core's 
branch refs/heads/master from [~ccollins476]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-mynewt-core.git;h=9986f68 
]

MYNEWT-741 Port of LoRaMac-node library


> Port of LoRaMac-node library
> 
>
> Key: MYNEWT-741
> URL: https://issues.apache.org/jira/browse/MYNEWT-741
> Project: Mynewt
>  Issue Type: New Feature
>Reporter: Christopher Collins
>Assignee: Christopher Collins
> Fix For: v1_1_0_rel
>
>
> Port Semtech's LoRaMac-node library 
> (https://github.com/Lora-net/LoRaMac-node) to Mynewt.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)