No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
6 Posted Topics
Hi, I'm trying to figure out a way to configure a Wireless Access Point (WAP) in a way that gives access to everyone and in the same time forbids packet sniffing and accessing each other computers. What I thought about so far is setting firewall rules on the WAP like … | |
Re: test is actually a pointer, you are sending a an address of an address, that give memory violation exception (seg fault) try: [CODE]rc = pthread_create(&thread1, NULL, Merge, (void *) test);[/CODE] see I removed the "&" from the container "test" | |
Hi, I'm trying to write a shell script that do ftp and download file periodically, this script should be called by a daemon running in the background. the shell script "script.sh" is as follows: [icode] yafc [url]ftp://test:test@192.168.1.225:21[/url] < commands [/icode] and the "commands" files is [icode] d Root/md5* / quit … | |
Hi, I'm starting a project (hardware and software), still in research and development phase. The software is quite big and wide ( few thousands lines using C++ in network, database and I/O, and PHP/AJAX for the web interface). besides some hardware (electronics) development. 50% of the project is finished now. … | |
Hi, I've wrote a C++ program on windows (client-server) using gcc with following commands: [code] SOCKET(...) bind(..) select(..) recv(..) send(..) close(..) [/code] 1- If I want to convert the application to use SSL3, what should I change? I need a general overview to get me started. 2- If I want … | |
Hi, I've wrote two applications in C++ using TCP sockets (winsock). my compiler is Mingw (Dev-cpp). using windows XP SP2. application A send four packets, 5 bytes length each. application B supposed to receive those packets one by one whenever it has time. the problem is that when B have … |
The End.