How Software Gets Done  


Login

Software Buyers
Request bids
Search coders
My Buyer Account
Buyer help
Buyer articles
Buyer FAQ
Latest news
 
Software Coders
Newest open work
Browse all work
Search all work
My Coder Account
Coder help
Coder articles
Coder FAQ
Latest news
 
Affiliates
My Affiliate Account
Affiliate help
Affiliate FAQ
Latest news
 
Newest Bid Requests.
(See all)
traceworks.com similar site
By greenj on Jul 31
Max Bid: Open to fair suggestions


arabic translation of characters
By datatechsys on Jul 31
Max Bid: $300


J2EE assignment HELP
By proxykill on Jul 31
Max Bid: Open to fair suggestions


Hotel Reservation System
By ril on Jul 31
Max Bid: Open to fair suggestions


Web Design Template Site
By hysteriaweb on Jul 31
Max Bid: $150


fox2kelix
By fox2kelix on Jul 31
Max Bid: Open to fair suggestions


Click here to put this ticker on your own site and/or get live RSS newsfeeds

Open Work Categories.
Database 
(158 open)
   Access 
(59 open)
   MySQL 
(88 open)
   Oracle 
(13 open)
   SQL Server 
(72 open)
   Other DB 
(24 open)
Documentation / Tech Writing 
(26 open)
   Language (Human) Translations 
(2 open)
Data Entry 
(23 open)
Game Development 
(19 open)
Graphics / Art / Music 
(57 open)
   Graphics 
(64 open)
     Adobe AfterEffects 
(7 open)
     Adobe Photoshop 
(34 open)
     Adobe Premiere 
(3 open)
     3d Animation 
(13 open)
   Art (Misc.) 
(18 open)
   Music 
(13 open)
   Photography 
(4 open)
   3d Modeling 
(8 open)
Language Specific 
(113 open)
   ASP 
(64 open)
   ASP .NET 
(50 open)
   C# 
(42 open)
   C++ / C 
(132 open)
   Carbon (Mac OS) 
(3 open)
   Cocoa / Obj-C 
(2 open)
   Cold Fusion 
(13 open)
   Delphi 
(49 open)
   Java 
(74 open)
   JSP 
(11 open)
   Perl 
(38 open)
   Python 
(1 open)
   PHP 
(88 open)
   XML/XSL 
(39 open)
   Visual Basic 
(149 open)
   Visual Basic .Net 
(83 open)
   Other 
(64 open)
Misc 
(31 open)
   CAD 
(3 open)
MultiMedia 
(33 open)
   Video Editing 
(6 open)
Network 
(46 open)
   Network Design 
(8 open)
   Network Implementation 
(17 open)
Platforms 
(66 open)
   Windows 
(174 open)
     MS Exchange 
(6 open)
     MS Office 
(20 open)
     Other 
(8 open)
   Internet Browser 
(41 open)
   Linux 
(59 open)
   UNIX 
(25 open)
   Hand Held/PDA Programming 
(12 open)
Requirements 
(14 open)
Security 
(38 open)
Testing / Quality Assurance 
(17 open)
Web 
(168 open)
   Page Design 
(90 open)
   Flash 
(49 open)
   Web Services 
(76 open)
   Web (Other) 
(74 open)
Training 
(14 open)
   Computer Based 
(11 open)
Other
 
Other Sites

Download the free Rent A Coder IE toolbar!
 
Show Bid Request

Tocks
Bid Request Id: 39870
Bookmark in my 'To Do' list
Posted by: kdu (5 ratings)
(Software buyer rating 10)
Non-action Ratio: Very Good - 16.67%
Buyer Security Verifications: Good
Approved on: Dec 14, 2002
1:48:16 PM EDT
Bidding Closes: Dec 15, 2002
2:50:45 PM EDT
Viewed (by coders): 202 times
Deadline: 12/15/2002 6:00:00 PM
TIME EXPIRED
Phase:
100% of work was accepted by buyer. Coder account has been credited.
Max Accepted Bid: Bidding is closed
Project Type: Personal Project / Homework Help
Bidding Type: Open Auction
Categories: C++ / C, Java
Enter chat room for this bid request
(0 active users at Jul 31, 2003 12:58:55 PM EDT)

Description:
Write two different programs (client/server) which communicate via a TCP/IP connection on the same host machine.

The server should listen for connection requests from the client on TCP/IP port 1025. Once a connection is established, it should dump the data sent from the client to the local console.

Here is a skeleton of how the server should be implemented:
Create a Socket using the appropriate system Call
Bind the Socket to an address. (bind system call) using 127.0.0.1(localhost)
Invoke a blocking call to listen
Do a receive of length 1 byte
Do another receive of size determined by the integral value of the byte value from above.
Dump the data from step 5 to the console.

The client should initiate a connection with the server, and send a simple msg. Use the same port number as above. Prefix the msg with the length of the msg body (The length prefixing implements the application layer of the protocol stack)

Here is a skeleton of how the server should be implemented:
Create a Socket using the appropriate System call
Bind the Socket to an address (bind system call) use 127.0.0.1(local host)
Invoke the connect System call with socket from above.
Issue a Send with the Msg as a parameter.

When testing be sure the server is running prior to running the client.








Deliverables:
1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done.

2) Installation package that will install the software (in ready-to-run condition) on the platform(s) specified in this bid request.

3) Complete ownership and distribution copyrights to all work purchased.



Platform:
Unix

Must be 100% finished and received by buyer on:
Dec 15, 2002 6:00:00 PM EDT
Deadline legal notes: All times are expressed in the time zone of the site EDT (UT - 5). If the buyer omitted a time, then the deadline is 11:59:59 PM EDT on the indicated date.


Remember that contacting the other party outside of the site (by email, phone, etc.) on all business projects < $500 (before the buyer's money is escrowed) is a violation of both the software buyer and seller agreements. We monitor all site activity for such violations and can instantly expel transgressers on the spot, so we thank you in advance for your cooperation. If you notice a violation please help out the site and report it. Thanks for your help.
 
Bidding/Comments:
All monetary amounts on the site are in United States dollars.
Rent a Coder is a closed auction, so coders can only see their own bids and comments. Buyers can view every posting made on their bid requests.

See all rejected bids (and all comments)
Name   Bid Amount 
 
Date   Coder Rating  
This bid was accepted by the buyer!
keedonou
(3 ratings)
in Hong kong, Hong kong
Hong Kong
Bid id: 431,307
 
$10 (USD) Dec 15, 2002
9:41:46 AM EDT
 10
(Excellent)
   
Hi, buyer:

I have completed the work. All the functions are implemented. I put the .class files in the attachment. All the source code are ready now. Just let me know if you are interested. I will send the source code to you immediately. The source code are simple and easy to understand.

Once you accept my bid, You will own all the source code and distribution rights to the programs; after the final delivery, the source code will be erased from my machine.

thanks!
david


Attached File
 
 
 
 
  See 3 private reply(ies)
to/from keedonou.
 




Bid Request Search
 Advanced Search
Newest Open Work
Latest News  
Credentials


 

 
Rent A Coder upholds the rigorous business practices required to be both a BBB member and Square Trade vendor.
  • All customer issues addressed within 2 days
  • Openly disclosed pricing and return policies
  • Participation in mediation at buyer request
  • Superior selling track record
This site is verified through its parent company, Exhedra Solutions, Inc.
 
Top Coders.

Anuj Gakhar
Rated a 9.96 on 104 jobs 
Securenext
Rated a 9.96 on 114 jobs 
Buddies
Rated a 9.83 on 81 jobs 
Andrei Remenchuk
Rated a 10 on 14 jobs 
Codman
Rated a 9.97 on 151 jobs 
Michael Sharp
Rated a 9.98 on 182 jobs 
D-N-S
Rated a 9.93 on 38 jobs 
markesh
Rated a 10 on 22 jobs 
teleCODERS
Rated a 9.93 on 67 jobs 
Maxnet Technologi es Private Limited
Rated a 9.92 on 75 jobs 

See all top coders...

(What makes a top coder?)

Top Exam Scorers

 
Other
Rent A Coder is PayPal verified through its parent company, Exhedra Solutions, Inc.

Created in partnership with:

 

Affiliate Sites
Latest News | About Us | Kudos | Feedback/Contact    Affiliates | Advertise    Privacy | Legal

Copyright © 2001, Exhedra Solutions, Inc. All rights reserved.
By using this site you agree to its Terms and Conditions.
"Rent A Coder" (tm), "Safe Project Escrow" (tm) and "How Software Gets Done" (tm)
are trademarks of Exhedra Solutions, Inc.