Click here to Skip to main content
15,908,175 members

Comments by ProDavy (Top 14 by date)

ProDavy 6-Dec-13 3:30am View    
Thank you for your help!
ProDavy 11-Oct-13 5:11am View    
I am using CodeIgniter as my framework for the front end. As far as HTML goes I know it on a decent level, same with AJAX / JavaScript. I will create the cgi scripts in C++ I found a lib for that already. I wasn't sure what language to use, coz there is so many of them I even tough about using Erlang. I will stick to your guidelines and hopefully it will come out great.
ProDavy 11-Oct-13 4:38am View    
Thank you, that was really helpful.
ProDavy 10-Oct-13 14:53pm View    
In the future I plan to add functionality like: Move server file across different nodes, automate everything, create a auto restart function if server crashes.
ProDavy 24-Nov-12 3:21am View    
I need to pop 4 bytes in front of cmd and then convert it from ASCII to DEC before I can send it. The problem is no matter what vector type I use (int, char, byte) I have the wrong packet at the end. Check first code snipped to see the ASCII to DEC conversion.