Antonyab

Results 7 comments of Antonyab

It worked ! Thank you. But I find this error a little bit weird because when I applied the yaml file the first time it worked. After some time it...

For your info, the problem is still reproducing. But when I apply again the yaml file, it works again. As you mentioned, this component **clusterrolebinding.rbac.authorization.k8s.io** is configured when I apply...

Thanks for the reply. In fact i am facing the same issue that is mentionned in the following link https://github.com/digidotcom/XBeeJavaLibrary/issues/57. When i use a java api example with the digi...

Hello again @brandonmoser, I will explain for you the tests that I did with the module that I mentioned in my first post. * First of all I downloaded XCTU...

@brandonmoser I am using API mode. the value of the variable AP is 1. In fact I configured this value using the XCTU application. I should also specify the mode...

@brandonmoser here is the code that tested like you told me. package org.kalima.digi.xbee.tests; import java.net.Inet4Address; import java.net.UnknownHostException; import com.digi.xbee.api.CellularDevice; import com.digi.xbee.api.exceptions.XBeeException; import com.digi.xbee.api.models.IPMessage; import com.digi.xbee.api.models.IPProtocol; import com.digi.xbee.api.models.OperatingMode; public class MainApp...

@brandonmoser When I configure the variable AP using XCTU application to API Mode (API = 1), the configuration will be saved on the module or on the board? If on...