Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.
This is the one I was looking at: http://www.newegg.com/Product/Product.aspx?Item=N82E16882145018
Think it could do the job? There would be no problem hooking the signal into an SDTV using this..correct?
I appreciate all of your help. I think im leaning towards a medium range Terk antenna and from what Ive gathered..here is how I should set it up:
Antenna (attic) > Splitter > Coax (25ftish) > TV
Anything else I would be missing?
The DB-4 looks like a good choice. What other kinds of things would I need. Amplified splitter? All of the cabling used would be coax, correct?
Also, for the input into the TV's, would simply be coax right? Their all most likely going to be SD TV's.
Greetings.
Im doing a side job for a friend of mine, who would like to find a very good indoor antenna (money is no issue) so he can pick up the many local channels (HD or non) and can route them through his house. I honestly wouldn't know the first place to look for such a thing. He'd...
right now we just need it to work and if we can get this to work it'll pwn.
he told us doesn't matter how it works, as long as it works man. But you've been a huge ass help so far.
yea changed the port to 100 works now :D
Now I just have to figure out a way for it to make decisions, ummm so could i basically have recvmsg in an if statement? so we can do press 1 to do this and it could do an if statement or a switch?
yea our professor doesnt teach us shit
yea hey some probs.
Server / client wont talk to each other :(
here's the code for each
Client
#include <winsock.h>
#include <stdio.h>
int main()
{
WSADATA WSAData;
SOCKET sock;
SOCKADDR_IN sa;
char sendMsg[] = "hi";
char recvMsg[4096] = "No data recieved."...