Jump to content

Recommended Posts

Posted

Hello there,

 

First, I want to say, thanks to tinkerforge team for the great work.

 

Recently I getting my first experience with bricks and bricklets and because I comes from the python world I was really impressive to see how many languages you having supported including python.

 

What get my attention, was that the python API is blocking and that will be a problem to be written async application with Twisted for example.

 

So I'm a fan of Twisted and I just starting to write Async API with name txtinkerforge ( I hope that is not in conflict with your interests, but if is it I just will rename the project name to something else) on the top of the original tinkerforge python API.

 

There are no changes into original API I just have decorated all methods to be deffered and running in saperate thread from the reactor event loop.

 

Unfortunately this API was tested only with MasterBrick and BrickletRemoteSwitch.

 

Note that this API is experimental, not finished at all and could be used only in testing environment.

 

Hope that will help to another fans of async development and once again thank you to the tinkerforge team for the great work

 

API address: https://github.com/dimddev/txtinkerforge

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...