Intro | News | Download | Documentation | Links |
Use with BTnode |
||||
Use interceppty to create a virtual terminal (pty) connected to BT-Sim. Then start the linux version of your BTnode program and redirect the BlueTooth port to the simulator. In one terminal you could start intercepty like this: interceptty '@localhost:7007' ˜/virtual0and in another terminal, you would start your application like this: ./bt-cmd.unix -u0 ˜/virtual0 Note that BT-Sim must be running before you start interceppty, and that interceppty has to be running before you can start your BTnode application. |