I'm working on some simple socket programming.
But I'm not on the most effective way to search for strings once I've assigned
buff = skt.recv(some_length).
On the client I'm writing currently, I am expecting ASCII strings, like 'mem_usage' 'ip_config'
etc.
Thanks.