IOT Professional elective

IOT Professional elective IOT: A dynamic globan network infrastructure with a self-configuring capability based on standard protocols and inter operatble communication protocols where physical and virtual things have identities, physical attributes, and virtual personalities use intelligent interfaces and are seamlessly integrated into the information network often communicate data associated with users and external environment. Charecteristics Dynamic and self-configuring Self configuring Interopeable communications protocols Unique identity Integrated info network Block diagram of an iot device...

March 27, 2024 · 3 min · 481 words · Aum Pauskar

Lab expts sem 6

Lab expts sem 6 AIML TW1 - DFID 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 from collections import defaultdict class Graph: def __init__(self, vertices): self.V = vertices self....

March 23, 2024 · 57 min · 12031 words · Aum Pauskar, Shriram Naik

Procedural programming in C

Procedural programming in C About the tutorial This tutorial is about procedural programming in C. We are going to use gcc within a linux environment to compile and run our programs. If you don’t want to install any compilers on the computer, you can use an online compiler like repl.it, or onlinegdb. Understanding the basics What is C? C is a general-purpose, procedural computer programming language supporting structured programming, lexical variable scope, and recursion, with a static type system....

February 26, 2024 · 12 min · 2476 words · Aum Pauskar

Autodesk Fusion and CAM

Autodesk Fusion and CAM Introduction Fusion 360 is a computer aided design (CAD) and computer aided manufacturing (CAM) software developed by Autodesk. Significance of G and M codes G and M codes are the most common codes used in CNC machines. G codes are used to control the movement of the machine and M codes are used to control the machine’s functions. Using Fusion for CAM Open fusion and create a new design....

February 7, 2024 · 1 min · 143 words · Aum Pauskar

X.509 Certificate extension for 5G

X.509 is a standard that defines the format of public key certificates. These certificates are used in many Internet protocols, including TLS and SSL, which are the basis for HTTPS, the secure protocol for browsing the web. They’re also used for securing communications in 5G networks.

January 3, 2024 · 3 min · 626 words · Aum Pauskar