Search found 13 matches

by Gcobza2010
Thu Nov 19, 2020 5:02 am
Forum: Developer's Forum for Windows
Topic: API keys for 3Dconnection mouse or pro?
Replies: 18
Views: 40860

Re: API keys for 3Dconnection mouse or pro?

Yes i want to write it using python-paho mqtt, the raw data of those dimension be send as json format. Are there any examples to this end? What kind of example for using libusb on Linux,? We have code we can share to show you how to get the device data using libusb on Linux. We don't have any examp...
by Gcobza2010
Fri Nov 13, 2020 3:33 am
Forum: Developer's Forum for UNIX and Linux
Topic: API keys for 3Dconnection to write software in linux using python paho
Replies: 1
Views: 25859

API keys for 3Dconnection to write software in linux using python paho

Hi Team

I have been inquiry regarding how to get a API key if you want run a software written in python using linux. That will read raw data and be passed on to MQTT paho client as json format. I need some help regarding this with examples if there are any i cant find any and stuck.
by Gcobza2010
Mon Nov 09, 2020 6:11 am
Forum: UNIX and Linux Discussion Forum
Topic: API keys for 3Dconnection mouse or pro?
Replies: 2
Views: 26293

Re: API keys for 3Dconnection mouse or pro?

Hi Team If you want to have a look at the libusb example for Linux, get in touch with 3Dconnexion's API Support team (contact details in the Developer Area site as linked in your original post above). How do i do this ? We have code we can share to show you how to get the device data using libusb o...
by Gcobza2010
Mon Nov 09, 2020 6:10 am
Forum: UNIX and Linux Discussion Forum
Topic: API keys for 3Dconnection mouse or pro?
Replies: 2
Views: 26293

API keys for 3Dconnection mouse or pro?

Hi Team

If you want to have a look at the libusb example for Linux, get in touch with 3Dconnexion's API Support team (contact details in the Developer Area site as linked in your original post above). How do i do this ?
by Gcobza2010
Mon Nov 09, 2020 3:15 am
Forum: Developer's Forum for Windows
Topic: API keys for 3Dconnection mouse or pro?
Replies: 18
Views: 40860

Re: API keys for 3Dconnection mouse or pro?

Yes i want to write it using python-paho mqtt, the raw data of those dimension be send as json format. Are there any examples to this end? What kind of example for using libusb on Linux,? We have code we can share to show you how to get the device data using libusb on Linux. We don't have any examp...
by Gcobza2010
Thu Nov 05, 2020 3:27 am
Forum: Developer's Forum for Windows
Topic: API keys for 3Dconnection mouse or pro?
Replies: 18
Views: 40860

Re: API keys for 3Dconnection mouse or pro?

I want to write a software in python paho-mqtt client for these translation x, y, z etc. Need some examples as well so can have an understanding better. We can help with the 3D mouse data decoding and how to access it. The requirements for your solution are up to you to define. You mention Python a...
by Gcobza2010
Wed Nov 04, 2020 7:25 am
Forum: Developer's Forum for Windows
Topic: API keys for 3Dconnection mouse or pro?
Replies: 18
Views: 40860

Re: API keys for 3Dconnection mouse or pro?

Software Developer Page I have register on the developer forum, what is my next step after this? saw some sdk to be downloaded. Must i download the sdk for my requirement? I want to write a software in python paho-mqtt client for these translation x, y, z etc. Need some examples as well so can have...
by Gcobza2010
Wed Nov 04, 2020 7:13 am
Forum: Developer's Forum for Windows
Topic: API keys for 3Dconnection mouse or pro?
Replies: 18
Views: 40860

Re: API keys for 3Dconnection mouse or pro?

jwick wrote: Wed Nov 04, 2020 5:13 am Software Developer Page
I have register on the developer forum, what is my next step after this? saw some sdk to be downloaded. Must i download the sdk for my requirement?
by Gcobza2010
Wed Nov 04, 2020 1:00 am
Forum: Developer's Forum for Windows
Topic: API keys for 3Dconnection mouse or pro?
Replies: 18
Views: 40860

Re: API keys for 3Dconnection mouse or pro?

If you just want to log the data to a MQTT service, I'd take a simplistic approach: use libusb to retrieve the data (you can make this portable use it on Windows, Linux or macOS) and send it to the MQTT server. You will bypass all the driver goodness but that's probably not an issue for you. But yo...
by Gcobza2010
Wed Nov 04, 2020 12:57 am
Forum: Developer's Forum for Windows
Topic: API keys for 3Dconnection mouse or pro?
Replies: 18
Views: 40860

Re: API keys for 3Dconnection mouse or pro?

Are both pieces of software running on the same machine? The driver has an extension mechanism which you can use to convert the device data into whatever form you need. You create a cfg file that tells the driver to call a DLL/Exe that you write instead of sending the data through one of our APIs. ...
by Gcobza2010
Mon Nov 02, 2020 5:26 am
Forum: Developer's Forum for Windows
Topic: API keys for 3Dconnection mouse or pro?
Replies: 18
Views: 40860

Re: API keys for 3Dconnection mouse or pro?

Hi Team Let me share my requirement in order for you guys to understand me completely, I need some software written that gets X, Y, Z translations and rotations from a 3D connexion space mouse and publishes the data to a MQTT topic on a specific broker. The user interface must have the following set...
by Gcobza2010
Sat Oct 31, 2020 1:06 am
Forum: Developer's Forum for Windows
Topic: API keys for 3Dconnection mouse or pro?
Replies: 18
Views: 40860

Re: API keys for 3Dconnection mouse or pro?

Hi

Yes i want to get a raw data, but i must first get API key from each X, Y, Z hope make some sense, have installed the driver 3D connectionViewer. Please advice me how to get about this issue as i am stuck, thanks.
by Gcobza2010
Thu Oct 29, 2020 8:05 am
Forum: Developer's Forum for Windows
Topic: API keys for 3Dconnection mouse or pro?
Replies: 18
Views: 40860

API keys for 3Dconnection mouse or pro?

Hi Team

I have this link, but i dont seem to get the API keys for Translation X, Y, Z, Yaw https://3dconnexion.com/uk/software-developer-program/. Anyone can help on this regard its import for my project?