Below you will find information about how to connect the Wakaama client from Eclipse to the Tartabit IoT Bridge.
The project can be found here: https://github.com/eclipse/wakaama
git clone https://github.com/eclipse/wakaama.git
cd wakaama
git submodule init
git submodule update
mkdir build
cd build
cmake -DDTLS=1 -DLWM2M_VERSION=1.0 ../examples/client
make
./lwm2mclient -4 -b -h lwm2m-us.tartabit.com -p 5684 -n <endpoint> -i <identity> -s <psk>