You can subscribe to this list here.
| 2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(4) |
Sep
|
Oct
|
Nov
(1) |
Dec
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2005 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
(3) |
Jul
|
Aug
(7) |
Sep
|
Oct
(2) |
Nov
(1) |
Dec
(7) |
| 2006 |
Jan
(1) |
Feb
(2) |
Mar
(3) |
Apr
(3) |
May
(5) |
Jun
(1) |
Jul
|
Aug
(2) |
Sep
(4) |
Oct
(17) |
Nov
(18) |
Dec
(1) |
| 2007 |
Jan
|
Feb
|
Mar
(8) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(2) |
Nov
(6) |
Dec
(1) |
| 2008 |
Jan
(17) |
Feb
(20) |
Mar
(8) |
Apr
(8) |
May
(10) |
Jun
(4) |
Jul
(5) |
Aug
(6) |
Sep
(9) |
Oct
(19) |
Nov
(4) |
Dec
(35) |
| 2009 |
Jan
(40) |
Feb
(16) |
Mar
(7) |
Apr
(6) |
May
|
Jun
(5) |
Jul
(5) |
Aug
(4) |
Sep
(1) |
Oct
(2) |
Nov
(15) |
Dec
(15) |
| 2010 |
Jan
(5) |
Feb
(20) |
Mar
(12) |
Apr
|
May
(2) |
Jun
(4) |
Jul
|
Aug
(11) |
Sep
(1) |
Oct
(1) |
Nov
(3) |
Dec
|
| 2011 |
Jan
(8) |
Feb
(19) |
Mar
|
Apr
(12) |
May
(7) |
Jun
(8) |
Jul
|
Aug
(1) |
Sep
(21) |
Oct
(7) |
Nov
(4) |
Dec
|
| 2012 |
Jan
(3) |
Feb
(25) |
Mar
(8) |
Apr
(10) |
May
|
Jun
(14) |
Jul
(5) |
Aug
(12) |
Sep
(3) |
Oct
(14) |
Nov
|
Dec
|
| 2013 |
Jan
(10) |
Feb
(4) |
Mar
(10) |
Apr
(14) |
May
(6) |
Jun
(13) |
Jul
(37) |
Aug
(20) |
Sep
(11) |
Oct
(1) |
Nov
(34) |
Dec
|
| 2014 |
Jan
(8) |
Feb
(26) |
Mar
(24) |
Apr
(5) |
May
|
Jun
|
Jul
|
Aug
(4) |
Sep
(28) |
Oct
(4) |
Nov
(4) |
Dec
(2) |
| 2015 |
Jan
|
Feb
|
Mar
(2) |
Apr
|
May
|
Jun
(13) |
Jul
|
Aug
(3) |
Sep
(8) |
Oct
(11) |
Nov
(16) |
Dec
|
| 2016 |
Jan
|
Feb
(6) |
Mar
|
Apr
(9) |
May
(23) |
Jun
(3) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
| 2017 |
Jan
|
Feb
|
Mar
|
Apr
(7) |
May
(3) |
Jun
|
Jul
(3) |
Aug
|
Sep
(8) |
Oct
|
Nov
|
Dec
(3) |
| 2018 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2019 |
Jan
(4) |
Feb
|
Mar
(2) |
Apr
(6) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2020 |
Jan
|
Feb
|
Mar
|
Apr
(31) |
May
|
Jun
|
Jul
|
Aug
(7) |
Sep
|
Oct
|
Nov
|
Dec
(1) |
| 2021 |
Jan
(2) |
Feb
(2) |
Mar
(5) |
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2022 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| S | M | T | W | T | F | S |
|---|---|---|---|---|---|---|
|
1
|
2
|
3
|
4
(1) |
5
|
6
|
7
|
|
8
|
9
|
10
|
11
|
12
|
13
(1) |
14
|
|
15
|
16
|
17
|
18
|
19
|
20
|
21
|
|
22
|
23
|
24
|
25
|
26
|
27
|
28
|
|
29
|
30
|
31
|
|
|
|
|
|
From: <to...@tr...> - 2015-03-13 01:51:08
|
Hi, i tried the features branch, it worked with your example code, this is good news! One observation - which seems odd - is that an idle server uses 100% cpu (on my machine / installation) while when a sender sends messages goes down to a reasonable value. The other is that i wasn't able to send messages at a higher rate than 1 per second but that might be a side-effect of the first. I've attached the example server and client programs to test if it behaves the same on other instances. Best regards Thomas On Wed, March 4, 2015 13:50, Dominique TESTELIN wrote: > Hello, > > > I have made modifications of liblo (in a fork) to add DTLS communication. > > > You can find them in the branch "features" of this repository : > git://git.code.sf.net/u/arcorme/liblo > > > What it does : > - communication between client and server using DTLS protocol > - OSC formatted messages and bundles send using this client and server > - Configure option to add DTLS with --enable-dtls > > > Not included : > - timetag in bundles to wait before dispatching it (withdrawn from DTLS > server due to socket question) > > Not tested yet : > - Compilation for Windows > - Using ipv6 > > > > *Example :* > > > int main(void) { > lo_dtls_server_thread st = lo_dtls_server_thread_new(23232, "127.0.0.1"); > lo_dtls_server_thread_set_certificate(st, "server_01-cert.pem", > "server_01-key.pem"); > lo_dtls_server_thread_set_authority(st, "CAlist.pem", "CApath/"); > lo_dtls_server_thread_set_CRL(st, "CRL.pem"); > > lo_dtls_server_thread_add_method(st, NULL, NULL, generic_handler, NULL); > > lo_dtls_server_thread_start(st); > > lo_dtls_client client = lo_dtls_client_new(23232, "127.0.0.1"); > lo_dtls_client_set_certificate(client, "client_01-cert.pem", > "client_01-key.pem"); > > > lo_dtls_client_send(client, "/a/b/c/d", "sfsff", "one", 0.12345678, > "three", -0.00000023001, 1.0); > > > lo_dtls_client_free(client); > > sleep(5); > > lo_dtls_server_thread_free(st); > > return 0; } > > > > *Question :* > As socket part is handled by OpenSSL lib, I did not merged DTLS in > existing server but created separate lo_dtls_client and lo_dtls_server. > What do you think about it, should it be more integrated in existing > server or is it ok the way it is ? > > > Dominique > > > > Le 19/12/2014 21:12, Stephen Sinclair a écrit : > >> On Fri, Dec 19, 2014 at 4:51 AM, Dominique TESTELIN >> <dom...@li...> wrote: >> >>> Hello, >>> >>> >>> I'm asked to add the DTLS protocol to the existing liblo library for >>> my job. >>> >>> I was wondering if you would be interested by this functionnality ? >>> >> I see no a priori reason not to at least have a look at it. It could >> be interesting for some, I guess. I recommend working on a "dtls" >> branch, and then we'll see if any discussion is warranted before >> merging. If it adds any dependencies then I'd probably want to make it >> an optional thing at configuration. >> >> Steve >> >> >> ----------------------------------------------------------------------- >> ------- >> Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server >> from Actuate! Instantly Supercharge Your Business Reports and Dashboards >> with Interactivity, Sharing, Native Excel Exports, App Integration & >> more Get technology previously reserved for billion-dollar corporations, >> FREE >> http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.cl >> ktrk _______________________________________________ >> liblo-devel mailing list lib...@li... >> https://lists.sourceforge.net/lists/listinfo/liblo-devel >> > > ------------------------------------------------------------------------- > ----- > Dive into the World of Parallel Programming The Go Parallel Website, > sponsored by Intel and developed in partnership with Slashdot Media, is > your hub for all things parallel software development, from weekly thought > leadership blogs to news, videos, case studies, tutorials and more. Take a > look and join the conversation now. > http://goparallel.sourceforge.net/_______________________________________ > ________ > liblo-devel mailing list lib...@li... > https://lists.sourceforge.net/lists/listinfo/liblo-devel > > |
|
From: Dominique T. <dom...@un...> - 2015-03-04 12:50:19
|
Hello, I have made modifications of liblo (in a fork) to add DTLS communication. You can find them in the branch "features" of this repository : git://git.code.sf.net/u/arcorme/liblo What it does : - communication between client and server using DTLS protocol - OSC formatted messages and bundles send using this client and server - Configure option to add DTLS with --enable-dtls Not included : - timetag in bundles to wait before dispatching it (withdrawn from DTLS server due to socket question) Not tested yet : - Compilation for Windows - Using ipv6 *Example :* int main(void) { lo_dtls_server_thread st = lo_dtls_server_thread_new(23232, "127.0.0.1"); lo_dtls_server_thread_set_certificate(st, "server_01-cert.pem", "server_01-key.pem"); lo_dtls_server_thread_set_authority(st, "CAlist.pem", "CApath/"); lo_dtls_server_thread_set_CRL(st, "CRL.pem"); lo_dtls_server_thread_add_method(st, NULL, NULL, generic_handler, NULL); lo_dtls_server_thread_start(st); lo_dtls_client client = lo_dtls_client_new(23232, "127.0.0.1"); lo_dtls_client_set_certificate(client, "client_01-cert.pem", "client_01-key.pem"); lo_dtls_client_send(client, "/a/b/c/d", "sfsff", "one", 0.12345678, "three", -0.00000023001, 1.0); lo_dtls_client_free(client); sleep(5); lo_dtls_server_thread_free(st); return 0; } *Question :* As socket part is handled by OpenSSL lib, I did not merged DTLS in existing server but created separate lo_dtls_client and lo_dtls_server. What do you think about it, should it be more integrated in existing server or is it ok the way it is ? Dominique Le 19/12/2014 21:12, Stephen Sinclair a écrit : > On Fri, Dec 19, 2014 at 4:51 AM, Dominique TESTELIN > <dom...@li...> wrote: >> Hello, >> >> I'm asked to add the DTLS protocol to the existing liblo library for my job. >> >> I was wondering if you would be interested by this functionnality ? > I see no a priori reason not to at least have a look at it. It could > be interesting for some, I guess. I recommend working on a "dtls" > branch, and then we'll see if any discussion is warranted before > merging. If it adds any dependencies then I'd probably want to make > it an optional thing at configuration. > > Steve > > ------------------------------------------------------------------------------ > Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server > from Actuate! Instantly Supercharge Your Business Reports and Dashboards > with Interactivity, Sharing, Native Excel Exports, App Integration & more > Get technology previously reserved for billion-dollar corporations, FREE > http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk > _______________________________________________ > liblo-devel mailing list > lib...@li... > https://lists.sourceforge.net/lists/listinfo/liblo-devel |