0
votes
3answers
37 views
Working with Distributed Teams
This question must be asked but I just want to ask it my way.
What is the best way to maximize engagement among members of distributed teams? Mostly in terms of communication,
Th …
0
votes
1answer
13 views
GUI and windows service communication
I know since Vista, that c# can't hook a UI form directly to the windows service. This was stated on the Microsoft Site.
My question in this regard is : "What is the best mode of …
0
votes
3answers
26 views
How do you maintain technical contracts between development teams?
For example team A and team B are working on different applications that need to implement a similar feature. The feature in question relies on a database and the database is under …
8
votes
14answers
362 views
From a Management POV: How much is a code review worth?
It's obvious to me that code reviews (peer reviews) improve the quality of the generated code.
I've worked hand to hand in some code with some of my coworkers and, specially with …
68
votes
31answers
2k views
Programmer, not a blogger
I need advice from people who might understand where I'm coming from. I'm the lead engineer on a software product. The company I'm working for recently expressed serious interest …
2
votes
5answers
61 views
Tips on building a byte protocol
I'm communicating data between devices, and I have to program the protocol as an array of bytes.
Any tips when building protocols at a low-level? .. Eg:
Use a 2 byte header, to …
0
votes
0answers
19 views
Two-way communication?
Hi, Now currently trying to combine a client and server application together so that the program itself can send and receive. I'm using NSNetservice for this program in xcode and a …
0
votes
2answers
73 views
Multiple programs using the same UDP port? Possible?
I currently have a small Python script that I'm using to spawn multiple executables, (voice chat servers), and in the next version of the software, the servers have the ability to …
5
votes
10answers
199 views
Communication between two separate Java desktop applications
I'm looking to develop two separate (but related) Java desktop applications.
I want the ability for one application to trigger the other, passing in data that can then be edited a …
0
votes
3answers
166 views
Can two application listen to the same port?
As simple as it gets - can two application on the same machine bind to the same port and ip address? Taking it a step further, can one app listen to requests coming from a certain …
0
votes
2answers
12 views
vocabulary for protocol dataflows?
I'm having a mental block for the words describing data flow in a communications protocol + google isn't helping, due to information glut.
In the following scenarios A and B are c …
35
votes
35answers
2k views
Are there any good metaphors for explaining project complexity to a non-programmer?
It was just mentioned that I'm "not exactly building the Sistine Chapel." This is true, but I am building a freight management application, which isn't exactly as simple as drawin …
1
vote
3answers
82 views
How can two C# apps send messages over a WiFi Network?
Lets say I have my C# app installed on 2 laptops connected to a WiFi Wireless Local Area Network.
How can these apps send messages to each other? What method or library can I use? …
0
votes
1answer
45 views
Can multiple WCF services communicate with each other?
I'm just beginning WCF and so I don't understand exactly how the abstraction works. Can I write a WCF service and install the same thing on multiple machines, and have them communi …
2
votes
3answers
64 views
Reliable bidirectional communication to a Linux process?
What is the reliable way of implementing bidirectional communication to a Linux process?
I see that popen does not seem to support "r" and "w" access at the same time... or at lea …
