Same here. Just check it in, and I will try it and provide better feedback.

///jon


> -----Original Message-----
> From: Hoang Huu Le
> Sent: Thursday, 31 May, 2018 08:59
> To: tipc-discussion@lists.sourceforge.net; Jon Maloy
> <jon.ma...@ericsson.com>; ma...@donjonn.com; ying....@windriver.com
> Subject: [tipcutils 0/1] tipcutils: introduce python api
> 
> tipcutils: introduce python api
> + Done:
>     + basically wrapper from libtipc.c
>     + a couple of examples
> 
> + Todo:
>     + improve doctring conventions
> 
>  .gitignore                                      |  26 +
>  Makefile.am                                     |  16 +-
>  configure.ac                                    |  33 +-
>  demos/Makefile.am                               |   8 +
>  demos/pytipc/Makefile.am                        |   3 +
>  demos/pytipc/connection/Makefile.am             |  26 +
>  demos/pytipc/connection/py_api_client.py        | 219 +++++++++
>  demos/pytipc/connection/py_api_server.py        | 157 ++++++
>  demos/pytipc/hello_world/Makefile.am            |  26 +
>  demos/pytipc/hello_world/py_api_hello_client.py |  37 ++
> demos/pytipc/hello_world/py_api_hello_server.py |  34 ++
>  pytipc/Makefile.am                              |  16 +
>  pytipc/pytipc.c                                 | 605 
> ++++++++++++++++++++++++
>  pytipc/tipc.py                                  | 282 +++++++++++
>  14 files changed, 1485 insertions(+), 3 deletions(-)  create mode 100644
> demos/pytipc/Makefile.am  create mode 100644
> demos/pytipc/connection/Makefile.am
>  create mode 100644 demos/pytipc/connection/py_api_client.py
>  create mode 100644 demos/pytipc/connection/py_api_server.py
>  create mode 100644 demos/pytipc/hello_world/Makefile.am
>  create mode 100644 demos/pytipc/hello_world/py_api_hello_client.py
>  create mode 100644 demos/pytipc/hello_world/py_api_hello_server.py
>  create mode 100644 pytipc/Makefile.am
>  create mode 100644 pytipc/pytipc.c
>  create mode 100644 pytipc/tipc.py
> 
> --
> 2.7.4


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
tipc-discussion mailing list
tipc-discussion@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tipc-discussion

Reply via email to