Hi all,
i recieve via UDP socket a dictionary stream.
Each dictionary[key] = value is a number(key) and a x,y tuble for a location.
can someone give me some tips to do the following.
.create a empty for each key with key as name
.put this empty in a specific collection by collection name
.delete this empty by key name.