Client-server "Interception" of messages - TechRepublic
General discussion
March 22, 2006 at 02:37 AM
arch-angel

Client-server “Interception” of messages

by arch-angel . Updated 20 years, 2 months ago

I’m trying to develop an application for my final IT project (part-time degree). Specifically I’m proposing the development of an application that works alongside an on-line poker client. The application will work by the user entering the cards dealt, the application calculates odds etc. before returning the results to the user.

There are commerical applications that do this – but they read in the information (cards dealt, bets etc.) automatically. The commercial applications seem to “intercept” messages passed between the client and sever, translating them into a standard form for the application to use.

Is this possible? If so how is it done? I don’t want (or expect) a hand-holding session that the dishonest out there could work with. However, I do need to move beyond my conception of what is happening and explain (implement would be better but not essential given the security protocols that are no doubt being run) what needs to happen. Academic papers would be particularly useful.

And before anyone mentions the ethical and legal issues don’t worry – I’ll be bringing those up as well in my final report!

Any help would be highly appreciated.

This discussion is locked

All Comments