From the website http://www.mobilepythonbook.org/ I found the following example of bluetooth sockets: BT chat example
Here in function chat_server() the bind method accepts a tuple with two elements. The first one has been used as a null string. What does it signify?
Which node will act as master in the Bluetooth, the one that starts chat_client or the one that starts chat_server? I feel it should be the node running chat_client. Andhence Bluetooth slave will be the other nodes.