Authentification using qi python sdk

Posted about 1 year ago by lit_it

Post a topic
Un Solved
l
lit_it

Is there a way to set up pepper so it can only create a session given a password? Our fear is that anyone with the pepper IP can connect to it and take pictures or move it remotely. We would like a way to avoid this. For example by giving a mandatory password when creating the session and close it if is missing or incorrect.


Something like this:

import qi
s = qi.Session("tcp://<IP>:<port>", "<password>")


My Pepper is 1.8 with naoqi 2.5.10.7.


Thanks in advance for the help!

0 Votes


0 Comments

Login or Sign up to post a comment