Results 7 issues of Andrew

I'm looking for a simple way to get some data across a Bluetoother RfComm channel. Telemetry looks like a nice option, but I need the data to be received by...

Nodes which are read only don't show their access level properly. Node that has Current Read only: ![image](https://cloud.githubusercontent.com/assets/13090472/19465998/bddd6690-94cd-11e6-8d5f-b0571d1ff13f.png) Node with both Read and Write: ![image](https://cloud.githubusercontent.com/assets/13090472/19466026/d9908386-94cd-11e6-975e-db531f784d72.png)

I just grabbed the latest modbus_tk and updated to pyserial 3. There are still issues with RtuMaster._send(). The fix resulting from https://github.com/ljean/modbus-tk/issues/57 is not a complete fix. https://github.com/ljean/modbus-tk/pull/58 appears to...

This seems to only work if your scroll view content is longer than the screen. I have a view with a single scroll view, but the content fits on the...

I noticed the example is extending `Application` in DreamFactoryApp.java. As far as I know this isn't really best practice. It would be better to do the following: Pass the context...

When running standalone the instructions say to edit app/config/config.ts. I can't find this file. Where is it located? Do I need to create it?