Using MQTT to subscribe and publish data on Tkinter Application

# Group 1 : Vlad, Dinesh, Geerthan, Jai, Rohan import random, time start_id = 111 def generator() -> int: ''' This generator gives you a uniform random number in a 0 to 10 ''' return random.randint(0, 10) def create_data(): global start_id start_id += 1 payload = { 'Request Time': time.asctime(), 'LOD':