search for: balooloo

Displaying 8 results from an estimated 8 matches for "balooloo".

Did you mean: balloo
2012 Sep 05
2
[nut] High level C and C++ libnutclient (#2)
...her level than the existing libupsclient. > > It needs less dependencies to be compiled than the libupsclient and can be easier to integrate in other projects (including on windows with visual studio projects). The original need for this library was to have a minimal platform to integrate in Balooloo/hazelnut to communicate to upsd on Windows but which can be easily statically compiled on VS. https://github.com/balooloo/hazelnut > It is developed in C++ with a wrapper in pure C, inspired from jNut API. > Its object model targets a client/device/variable/command model rather than a netwo...
2012 Dec 07
0
libnutconf: (De)serialisation methods added
?Hello everybody, (de)serialisation methods of all the currently existing config. classes were pushed to balooloo/nut, libconf branch: https://github.com/balooloo/nut/commit/df8b584c7fef71741b33bff11a482a103360250e Please note that the deserialisation methods should work, however they are quite inefficient since they simply read the whole stream to memory and then call parseFromString. I guess it's enou...
2012 Dec 11
0
libnutconf: Basic UTs for libnutconf pushed
?Hello everybody, basic UTs for libnutconf were pushed to balooloo/nut, libconf branch: https://github.com/balooloo/nut/commit/f453459419abf6c597d5d186494f91ed6f0e81aa Note that the tests are not exhaustive; however, they test the most prominent (sample) configuration settings (de)serialisation. The code should also give you an idea about how to write a simple c...
2012 Dec 14
0
NUT IPC module of libnutconf pushed
?Hello everybody, 1st (and yet incomplete) version of IPC support module for libnutconf was pushed: https://github.com/balooloo/nut/commit/0fbf351b5ee9899bd89cf17314727c69c2d5471c The code contains lots TODO; I commit it mainly because I'll be off on holiday for some time, so you may review and I might perhaps work on it a little bit if I get extremely bored... ;-) As always, any comments, suggestions and/or questions...
2013 Apr 26
1
[nut] usbhid-ups: trailing spaces in nut-scanner output not ignored when trying to find ups (#26)
On Apr 25, 2013, at 9:42 AM, Christian Wiese wrote: > I created a pull request #27 which is fixing the issue. > > # nut-scanner -qNU > [nutdev1] > driver = "usbhid-ups" > port = "auto" > vendorid = "051D" > productid = "0002" > product = "Back-UPS ES 700G FW:871.O2 .I USB FW:O2" > serial = "5B1243T01934"
2014 Sep 30
0
C++ in NUT
...do better with OO. Not a holy grail or golden hammer though, but just a way to push what we've learned over years. > on nut-scanner, it's not c++ at all. It was only the first version of an old idea. But there also, we learned ( hence #14 ). No worries, there will be some specs soon by @balooloo and me to share and show the intent. I mistakenly conflated the nut-scanner and nutclient.cpp, but my original concerns still stand. What can we (either users or developers) gain from rewriting code in C++? We already have a few instances of OO code implemented in C, and while I am not advocating...
2012 Dec 10
0
libnutconf: An overview
...tch) config. manipulation and the nutcli tool, which shall use text-only interactive approach (and shall be used mainly as a helper for creation of NUT config. from scratch). So, this is I hope about it for the libnutconf overview; except of where you can find the current code: https://github.com/balooloo/nut/tree/libconf (Emilien's GitHub NUT repository, libconf branch). Hope that the post contained all the major points of libnutconf existence etc. If there are any questions, don't hesitate to ask. Any issues, considerations, recommendations, and---of course---any help offers welcome, as...
2013 Feb 06
1
Alioth Subversion repository freeze
Dear developers, thanks to Charles (Lepple) and ESR hard work, we are now able to finalize our migration from Subversion to Git, on Alioth. As of now, our Subversion repository on Alioth<https://alioth.debian.org/scm/?group_id=30602>is FROZEN! Any new svn commit may simply be discarded, so beware! Most active developers are currently using github, as a temporary mean. But if you have any