The main theme of this project is that the user gets the capability of monitoring the temperature in his/her selected city, and the temperature range in that city, if the temperature falls below the minimum temperature specified by the user, or the temperature rises above the maximum temperature specified by the user, the user gets notified. Here I have implemented the given theme in 2 different ways, in the first one the user gets the notification by an SMS in their mobile phone, and in the later one the user who is in fact another uAgent, gets notified on a remote communication server. This repository contains two distinct projects demonstrating different uAgent functionalities. Each project serves a specific purpose and showcases the capabilities of uAgents.
The SMS Notification Agent project focuses on sending SMS notifications based on temperature readings. It uses the uAgents framework to monitor temperature and notify users via SMS when specific conditions are met.
Features:
- Temperature monitoring in a selected location.
- SMS notifications using the Sinch SMS API.
- Environment variable setup for API keys.
For detailed instructions and usage, please refer to the SMS Notification Agent README.
The Two-Agent Communication project illustrates how two uAgents, a Temperature Monitoring Agent and another agent (Bob), can communicate remotely. When the temperature changes in the selected location, the Temperature Monitoring Agent notifies Bob, demonstrating remote agent communication.
Features:
- Temperature monitoring and notification to another agent.
- uAgent setup for remote communication.
- Configurable temperature thresholds.
For detailed instructions and usage, please refer to the Two-Agent Communication README.
Choose the project that interests you or explore both to leverage uAgents for various use cases.
Happy coding and experimenting with uAgents! 🚀🤖
For a more detailed overview and a step-by-step walkthrough of the projects included in this repository, watch our video explanation below:
Youtube Link: https://youtu.be/SKqWiv3K6IM
Gdrive Link: https://drive.google.com/file/d/1GOmE0o4lgdCpiaaAMgimHn6XrsCokBrJ/view?usp=sharing
Copyright 2023 Raj Bhatt
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.