similar to: Free and well documented NUT driver protocol

Displaying 11 results from an estimated 11 matches similar to: "Free and well documented NUT driver protocol"

2023 Mar 20
1
Free and well documented NUT driver protocol
On 2023-03-20, ?ukasz Przenios?o <lukasz at przenioslo.com> wrote: > I would like to create a new UPS device that communicate with the outer=20 > world over USB. The USB protocol can be either CDC serial or HID. I am=20 > looking for an existing protocol that can be legally used by me, so I=20 > don't need to come up with a new protocol + ask anyone to add any new=20 >
2023 Mar 30
0
NUT HID device development and testing
Hello there, I am currently developing a USB HID device (HID Power Devices approach). I need to build up the whole HID Power device stack (not from scratch, generic HID is working as I am basing the code on the TinyUSB library). I was wondering whether there is any tool or approach you guys could propose for testing/ development of the device? I don't assume that there is any tool out
2023 Mar 30
0
nut-scanner -U: device requirements
Hello, I have a question related to the nut-scanner tool: https://networkupstools.org/docs/man/nut-scanner.html It has an option to: -U | --usb_scan List all NUT-compatible USB devices currently plugged in. I am developing a custom USB HID based ups. I am trying to figure out how to talk to NUT. The first step is how to make nut-scanner to consider my device as "NUT-compatible"
2023 Mar 20
1
preguntas múltiples y creación de variables
Hola, cómo andan! Tengo el siguiente problema. Tengo una pregunta cuya respuesta es múltiple, pero en en la base están todas las respuestas en una misma variable y cada respuesta está separada por ",". Así está [image: image.png] Hago esto para poder separar en columnas las distintas respuestas: *mult_bas_dat<-mult_bas_dat %>% separate_rows(bases, sep = ",")
2023 Mar 20
0
str_replace por orden de aparición en una cadena.
muchas gracias!! El mié, 15 mar 2023 a las 6:12, Carlos Ortega (<cof en qualityexcellence.es>) escribió: > Hola, > > Juntandolo todo se puede hacer así... > > #----------------------------- > cadena <- c( > 'si p1 == 1 o 2 == 1,3 si p1 == 1 o 2 = 1,3', > 'si p1 == 3 o 4 == 1 si p1 == 3 o 4 = 1', > 'si p1 == 5 == 0,7 si p1 == 5 =
2023 Mar 20
1
New edition of NUT Config Examples is out
Thanks to Roger Price for starting and maintaining the book, now officially at version 3.0: * https://github.com/networkupstools/ConfigExamples/releases/download/book-3.0-20230319-nut-2.8.0/ConfigExamples.pdf Have a fun read! Jim Klimov -------------- next part -------------- An HTML attachment was scrubbed... URL:
2023 Mar 20
1
Read-only / archive mode for IMAP mailboxes?
Hello! We are currently exploring email archiving solutions. Is there a way to use an IMAP mailbox in read-only / archive mode? The requirement is that delibveries of new emails should be possible (via SMTP/LMTP), but no messages should be deleted via IMAP access. Frankly I don't think this works, but maybe some of you have tried this already. Regards, Ren?. -- )\._.,--....,'``. fL
2023 Mar 20
1
New edition of NUT Config Examples is out
Thanks to Roger Price for starting and maintaining the book, now officially at version 3.0: * https://github.com/networkupstools/ConfigExamples/releases/download/book-3.0-20230319-nut-2.8.0/ConfigExamples.pdf Have a fun read! Jim Klimov -------------- next part -------------- An HTML attachment was scrubbed... URL:
2023 Mar 20
1
Error: Can't load SSL certificate
I try to logon to map using dovecot with SSL required. I get following entries in the log:Mar 20 13:49:30 auth: Debug: Loading modules from directory: /opt/lib/dovecot/modules/auth Mar 20 13:49:30 auth: Debug: Module loaded: /opt/lib/dovecot/modules/auth/lib20_auth_var_expand_crypt.so Mar 20 13:49:30 auth: Debug: Read auth token secret from /opt/var/run/dovecot/auth-token-secret.dat Mar 20
2023 Mar 21
4
Error: /proc/self/status is larger than expected
Hello, Writing to get some insight as to how I might rid myself of a the pesky error message on the subject. Every binary throws out that error, every LMTP delivery... basically every time any dovecot binary is executed. I am unsure if this is configuration related or not, but intuition says it is an issue with a kernel feature or compiler issue. I saw the error message in the source code
2023 Mar 20
1
Read-only / archive mode for IMAP mailboxes?
Am 20.03.23 um 18:26 schrieb Brendan Braybrook: > check out the imap acl support: > https://doc.dovecot.org/configuration_manual/acl/ > > On 2023-03-20 10:12, R???? P??????? wrote: >> Hello! >> >> We are currently exploring email archiving solutions. Is there a way >> to use an >> IMAP mailbox in read-only / archive mode? The requirement is that