How do I install the openWNS-SDK

Asked by Daniel Bültmann

How do I install the openWNS-SDK and start developing myself?

Question information

Language:
English Edit question
Status:
Solved
For:
openWNS SDK Edit question
Assignee:
No assignee Edit question
Solved by:
Daniel Bültmann
Solved:
Last query:
Last reply:
Revision history for this message
Daniel Bültmann (daniel.bueltmann) said :
#1

The openWNS-SDK is available from Launchpad. You may have a look at http://openWNS.org
to get more information. To checkout the latest version execute the following:

bzr branch http://launchpad.net/~comnets/openwns-sdk/sdk--main--1.0 myOpenWNS
cd myOpenWNS
./playground.py upgrade --noAsk

After this you can compile the current version:

./playground.py install

and run the tests

cd tests/unit/unitTests/
./openwns -t -v

Then you should see something like this:

...
[TST] wns::events::scheduler::tests::MapInterfaceTest::testOnScheduleDelay [OK] 0.000052 s
[TST] wns::events::scheduler::tests::MapInterfaceTest::testOnAddEvent [OK] 0.000048 s
[TST] wns::events::scheduler::tests::MapInterfaceTest::testCancelLastEventAfterEndOfSimulation [OK] 0.000194 s
[TST] wns::events::scheduler::tests::MapInterfaceTest::testCancelAlreadyCanceledEvent [OK] 0.001016 s
[TST] wns::events::scheduler::tests::MapInterfaceTest::testCancelAlreadyCalledEvent [OK] 0.000867 s
[TST] wns::events::scheduler::tests::MapInterfaceTest::testCancelCurrentlyProcessedEvent [OK] 0.001271 s

OK (195 tests)

wns::simulator::Application: shutdown complete

The SDK and the APIs of the framework are not stable yet. But you may want to take a look right now.

    * -- Daniel and Marc

Revision history for this message
Daniel Bültmann (daniel.bueltmann) said :
#2

Daniel Bültmann suggests this article as an answer to your question:
FAQ #89: “How do I install the openWNS-SDK”.