This patch changes the parsing of the init string for
scripting languages.
In python for example, you can now do:
ow.init('u u2')
or
ow.init('u,u2')
or
ow('u,/dev...')
or
etc...
To init more than one adapter (or server?).
Before that, a call like ow.init('u u2') initialized
nothing, because OW_ArgGeneric had been called then.
I've tested it only with python.
Hope you like it :-)
Multiple Devices SWIG Patch
Logged In: YES
user_id=123146
Full command line syntax now accepted in "init", including
con figuration files