>
> *but it would be cooler to build the functionality into bone101, then user
> can edit it live thru nodejs and have it reboot with those changes.. ;)*
>

You know you're certifiable right ? hehe, but you're also right, and I just
happen to know it is possible. So what exactly *is* bone101 ? Just the web
stuff, or does it include bonescript ?

I ask because I do not personally use bonescript, but am instead writing my
own code that does what bonescript does( maybe more ). But is also much
simpler in nature. Currently, I'm also try to attempt to do all this
without including a bunch of NPM packages to reduce code bloat, and to help
keep things understandable. So others can read through the code and
instantly understand what is happening. As a bonus side effect, I'm hoping
this means that in order to enable one thing, like say GPIO, or ADC, that
the developer just need drop in a single file such as gpio.js, or adc.js,
then just require that file.

Like you, I really dislike npm, but I suspect for maybe different reasons .
. . code bloat, and application function clarity are two of my own main
concerns.

On Thu, May 26, 2016 at 11:41 AM, Robert Nelson <robertcnel...@gmail.com>
wrote:

>
>
> On Thu, May 26, 2016 at 1:40 PM, Robert Nelson <robertcnel...@gmail.com>
> wrote:
>
>>
>>
>> On Thu, May 26, 2016 at 1:36 PM, William Hermans <yyrk...@gmail.com>
>> wrote:
>>
>>> The includes for can0, can1 where in the repo prior, i just added back
>>>> spi0, and the adc details..
>>>>
>>>> and there wasn't a real good non-overlay example,
>>>> "am335x-boneblack-custom.dts" that users can enable what they want till
>>>> today..
>>>>
>>>
>>>   Ah, ok cool.
>>>
>>> I was just wondering if some sort of GUI tool would be useful or not.
>>> And then if so, what level of device tree manipulation would be required
>>> for said tool to be of real use.
>>>
>>
>> https://github.com/strahlex/BBIOConfig
>>
>> ^ good starting point, built for 3.8/cape-universal
>>
>
> but it would be cooler to build the functionality into bone101, then user
> can edit it live thru nodejs and have it reboot with those changes.. ;)
>
> Regards,
>
> --
> Robert Nelson
> https://rcn-ee.com/
>
> --
> For more options, visit http://beagleboard.org/discuss
> ---
> You received this message because you are subscribed to the Google Groups
> "BeagleBoard" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to beagleboard+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/beagleboard/CAOCHtYhizPWXHv%3DjXxMWycz6RZL1r_pGHhihAWbswrwvUTMwvg%40mail.gmail.com
> <https://groups.google.com/d/msgid/beagleboard/CAOCHtYhizPWXHv%3DjXxMWycz6RZL1r_pGHhihAWbswrwvUTMwvg%40mail.gmail.com?utm_medium=email&utm_source=footer>
> .
>
> For more options, visit https://groups.google.com/d/optout.
>

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/CALHSORraeb5O%3Dvm8sRzX%2BUGUSizjE%3DGGX_mKfDRKqmDfeoc-XQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to