I’m working on a SIMBL bundle and I’m wondering if there is an existing library that would make it easy for me to send some sort of command (perhaps over a socket) to my library without me building a tcp server from scratch?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You could use NSDistributedNotificationCenter, most likely.