Antonio Párraga

Results 22 comments of Antonio Párraga

You mean in the respond? Same issue here: when call respond from an android I get the same error "No device address". But I can't see an address param in...

Hi! We are almost done with the BT LE, but we’ll appreciate if you could do a code review once we submit our code. We have review your implementation and...

Hi! I think this is exactly how we have done the implementation, in 1 hour we’re going to upload our changes. Thank you! > El 4 abr 2020, a las...

Hi, So, the app has a different behaviour in foreground and in background. Whenever the apps goes to background you can check at https://github.com/open-coronavirus/open-coronavirus/blob/7058c56842efa95fe6cf8bc7342b6316f98d3d40/app-citizen/src/app/shared/services/tracking/bluetooth-tracking.service.ts#L98 is a method that changes the...

btw, where is the YouTube video you are talking about?

There is no database, since mongo creates the collections as soon as it need each one. The model structure is within the server/src/model directory. Each class represent a table

Hi Zequi, We also have implemented a way to trace users via GEOLOCATION, but we don't need it to trace via bluetooth. But, however, in android we need to geolocation...

See https://opencoronavirus.app for more info

Hola, seguramente está usted invocando un inbound protegido? A que servicio está llamando concretamente?

Sipe, sospecho que android no puede conectar por ser un protocolo no seguro (http://192.168....) La solución es bien simple: Añada en el AndroidManifest.xml esto: ```