OPNsense Forum

English Forums => Development and Code Review => Topic started by: AdSchellevis on September 02, 2015, 02:35:25 pm

Title: HelloWorld module / application
Post by: AdSchellevis on September 02, 2015, 02:35:25 pm
I've just created a wiki page on how to build modules using the OPNsense framework including building of pkgng plugins.

For anyone who is interested, you can find it here:

https://wiki.opnsense.org/index.php/Develop:Creating_the_hello_world_module

Title: Re: HelloWorld module / application
Post by: Erka on January 28, 2016, 07:05:07 am
I was able to get it up and running by installing helloworld directly through pkg install. I've found that menu system part needs to be changed to the following in order to work on the latest version.

<menu>
    <!-- Plugin HelloWorld menu -->
    <Lobby order="999">
        <HelloWorld VisibleName="Hello World!" url="/ui/helloworld/"/>
    </Lobby>
</menu>

The following link seem to be already outdated too. https://wiki.opnsense.org/index.php/Develop:Backend/Using_Templates

I've tried to change the HelloWorld to custom name but having an issue in save function. Configd reports execute error, but couldn't figure out the issue. How should I investigate the issue? More specifically, as shown below, where the "template reload OPNsense.HelloWorld" in the reload action supposed to exist in order to let configd.py run successfully?

$bckresult = trim($backend->configdRun("template reload OPNsense.HelloWorld"));

Thanks in advance.
Title: Re: HelloWorld module / application
Post by: franco on January 28, 2016, 07:58:52 am
Thanks for the report, I fixed the plugin (version 1.1 included in 16.1 today).

https://github.com/opnsense/plugins/commit/a5fc77b2b03791267ad076273530b8d080daafdd
Title: Re: HelloWorld module / application
Post by: tillsense on December 28, 2016, 07:58:22 am
Hi,

the configuration page of hello world (full help) shows 4x the same description.

cheers till

--------------------------------------------------------------------
OPNsense 17.1.b_66-amd64
FreeBSD 11.0-RELEASE-p5
OpenSSL 1.0.2j 26 Sep 2016
Title: Re: HelloWorld module / application
Post by: michkov on December 28, 2016, 09:02:59 pm
that's just noticeable to me!