Hi everyone
I am an experienced Windows developer but new to mac development and specially network programming.
I have an idea in my mind for a program that needs to somehow make a communication possible between a Mac machine and a Windows machine.
In particular I want to develop two applications:
1- Application called "M": An app written in XCode that run on the Mac machine.
2- Application called "W": An app written in let's say Visual Studio that run on Windows machine.
All I want for this two applications is to talk to each other for example through messaging. For example consider this simple scenario:
1- "M" running on Mac send a message to "W" running on Windows saying "PERFORM TASK A".
2- "W" performs the task
3- ""W" send message to "W" saying "TASK A DONE"
.....
Both Mac machine and Windows machine are on the same network.
Also please note that I am not concerned bout security of communication at this time.
My problem is I don't know where to start from?
Any suggestion for where to start from, technologies, sample codes, etc that help me get started is highly appreciated.
Thanks,
KylieM
I am an experienced Windows developer but new to mac development and specially network programming.
I have an idea in my mind for a program that needs to somehow make a communication possible between a Mac machine and a Windows machine.
In particular I want to develop two applications:
1- Application called "M": An app written in XCode that run on the Mac machine.
2- Application called "W": An app written in let's say Visual Studio that run on Windows machine.
All I want for this two applications is to talk to each other for example through messaging. For example consider this simple scenario:
1- "M" running on Mac send a message to "W" running on Windows saying "PERFORM TASK A".
2- "W" performs the task
3- ""W" send message to "W" saying "TASK A DONE"
.....
Both Mac machine and Windows machine are on the same network.
Also please note that I am not concerned bout security of communication at this time.
My problem is I don't know where to start from?
Any suggestion for where to start from, technologies, sample codes, etc that help me get started is highly appreciated.
Thanks,
KylieM