Jagannadh V

Results 48 comments of Jagannadh V

I don't think so.

Motivation: If an IoT device has an @ sign, it could be recording data for someone else. This could be the owner of the device or a third person for...

@cconstab I have captured my analysis here: https://docs.google.com/spreadsheets/d/1KE22RrWzIKPvR1NTDZWKcfaU1sFnCEhJeHoDYjd3QBA/edit?usp=sharing In the "Network usage analysis" tab I tried to capture the network usage, in the "Solution" tab tried to capture the new...

Sure. I will work on this in this sprint.

Notes on self-notification (notify:text & notify:update) ---------------------------------------- 1. A secondary server allows self-notifications (The sender is same as the recipient) 2. SDK does not impose any artificial restriction on self...

notify:update works too using the same underlying mechanism. Tested with below code snippet. var notificationResult = await atClientManager.atClient.notificationService.notify( NotificationParams.forUpdate( (AtKey.shared('phone', namespace: 'wavi', sharedBy: '@ sitaram') ..sharedWith('@ sitaram')) .build())); We need...

I completed the task "A web application demonstrating successful access and interaction with atServer." Check-in and documentation will be done in the next sprint.

Discussion Summary with Gary: **Node.js Version of atClient:** Explore the development of a Node.js version of atClient. **Authentication from Browser:** We discussed three potential approaches: **Option 1:** Use passkeys for...