<!DOCTYPE html><html><head><title></title><style type="text/css">p.MsoNormal,p.MsoNoSpacing{margin:0}</style></head><body><div>Oh, and for good measure, here are the two snippets of Python code I used in my demo. The part I typed out manually to bring them together was:<br></div><div><br></div><div>b = msg.serialise(2)<br></div><div>sock.sendall(b)<br></div><div><br></div><div>This also used part of Jeepney (<a href="https://pypi.org/project/jeepney/">https://pypi.org/project/jeepney/</a> ), a Python library I wrote for sending and receiving D-Bus messages. There are more mature Python packages to do this, most of which wrap the libdbus C API - I did it a different way to learn the protocol in more detail.<br></div><div><br></div><div>Best wishes,<br></div><div>Thomas<br></div><div><br></div><div>On Thu, 3 Jun 2021, at 10:22, Thomas Kluyver wrote:<br></div><blockquote type="cite" id="qt" style=""><div>Hi Nicola,<br></div><div><br></div><div>Yes, of course. And you're certainly not doing anything wrong!<br></div><div><br></div><div>I hope *I'm* not doing anything wrong by sharing the slides on the mailing list - I might have to use my admin access to allow a message > 400 KB. But that seems like a very small limit by modern standards. I don't think we've so far collected slides or talk materials anywhere other than the mailing list, but maybe we should start - either putting up with binary blobs in git, or finding some other way to manage an archive of them.<br></div><div><br></div><div>Best wishes,<br></div><div>Thomas<br></div><div><br></div><div>On Thu, 3 Jun 2021, at 10:02, Nicola Fiori wrote:<br></div><div>> Hi there,<br></div><div>> <br></div><div>> This is the first time I'm replying to a mailing list so please let me <br></div><div>> know if I'm doing something wrong here. :)<br></div><div>> <br></div><div>> Thomas, could you please share a copy of the slides of your D-Bus talk?<br></div><div>> <br></div><div>> Cheers,<br></div><div>> <br></div><div>> Nicola Fiori (JD342)<br></div><div>> <br></div><div>> <br></div><div>> -- <br></div><div>> EdLUG mailing list<br></div><div>> <a href="mailto:EdLUG%40mailman.lug.org.uk">EdLUG@mailman.lug.org.uk</a><br></div><div>> <a href="https://lists.edlug.org.uk/mailman/listinfo/edlug">https://lists.edlug.org.uk/mailman/listinfo/edlug</a><br></div><div><br></div><div>-- <br></div><div>EdLUG mailing list<br></div><div><a href="mailto:EdLUG%40mailman.lug.org.uk">EdLUG@mailman.lug.org.uk</a><br></div><div><a href="https://lists.edlug.org.uk/mailman/listinfo/edlug">https://lists.edlug.org.uk/mailman/listinfo/edlug</a><br></div><div><br></div><div><b>Attachments:</b><br></div><ul><li>DBus presentation.pdf<br></li></ul></blockquote><div><br></div></body></html>