Edoardo Putti

Results 34 comments of Edoardo Putti

succintly, we can do this tomorrow I would like to squash more (136 commit are too many) and code quality could use some improvements * the radio section is still...

I included the `radio` configuration as a blob and this is the first time I can use a generated configuration without having to modify anything by hand. This is the...

The very same configuration, but with `pwdog` disabled succeded in configuring the antenna. But at login I was presented with the very same popup, as I firstly dismissed it it...

Much of the work is now done and there are the 20% little things that can be configured but also have working defaults. I've tried updating the list of issues...

I'm attaching a diff between the "default configuration" (reset the antenna and enable advanced network configuration) and the default netjson [default.txt](https://github.com/openwisp/netjsonconfig/files/1179410/default.txt) there are minimal differencies except for the radio section...

this is definitely very strange, not the bug but the behaviour. I'll try and see if more pops up 2017-08-29 16:10 GMT+02:00 Federico Capoano : > *@nemesisdesign* requested changes on...

this should be it, there are no more failing tests in python2 and let's hope it doesn't change python3 outcome

Hey, I extracted this work to a different package that can be imported at runtime with my [last contribution](https://github.com/openwisp/netjsonconfig/pull/106) > This PR is now closed as the work has been...

Using the schema and tests from https://github.com/openwisp/netjsonconfig/commit/7c8e27bb34476e1b4cc70b398345cb8df33d3728 you can reproduce this with the command ```bash nosetest tests/airos/test_aaa.py ``` Paying attention to the logs from the failing tests we can see...

A simple solution would be to extend converters as we did wiht the backend class ```python # myconverter/__init__.py from netjsonconfig import BaseConverter class MyConverter(BaseConverter): ... # setup.py ... setup( name='my_converter',...