I'm using C++ and wondering if I can just send an entire int array over a network (using basic sockets) without doing anything. Or do I have to split the data up and send it one at a time?
I have a linux kernel module that needs to find the speed of a given network interface (i.e. "eth0"). For linux 2.6.31 how would I find the speed (configured/negotiated)?
Is there way i can get the current network being used by iPhone programmatically in an iPhone app. To SImplify, suppose there are 3 networks visible in the wifi vicinity of the phone and i can see them in the settings page. I select one and is it possible for any app to find that out?
How can I search for Wireless Network (and connect it after and change settings ) within an iPhone Application? Is it possible?
Any ideas would be appreciated!
Cheers guys and gals
Sam
I have been trying to fix this solution for the last day. I'm trying to add NETWORK SERVICE as a user to the SQL Server Express installation on the server. Everytime I get the error 'User does not have permission to perform this action.'. Any ideas?
Windows knows when you have removed the network cable from your NIC. Is there a programmatic way to determine this via API in C++?
Note: I am not using .NET
What is the PowerShell script to get the speed a specific Windows machine's network card is running at?
I know this can be done with a WMI based and will post an answer once I work it out.
Does Android broadcast an intent when the network state has changend, i.e. from GSM to Wifi? And if so what permission do I need and what is the intent action called?
hello,
today i wrote a windows service which needs to send regular http requests to a server.
the problem is that the service runs under the "SYSTEM" account as local service and as such a type of service it isn't allowed to access the network.. for installing the service i use this class:
http://dl.dropbox.com/u/152585/ServiceInstaller.cs
is there a way to send http requests in a .net c# windows service and get the http response? thanks. :)
I can use fopen to open local files but can't open files across network on a different machine. I can map the drives and look at the files but can't open them using fopen.
I have functionality built in python on a central server. I wish to expose this api over the network to an iphone application. What would be the best way to do that?
Is it possible to create web services in python and have the iphone app use those? If so could anyone give me pointers as to how to create web services in python.
If someone has a better idea on how to go about doing this let me know =)
Hi
I want to create an iPhone app which makes calls to a web service. For testing, I want to first create the API calls on my mac (server running XAMPP) and if it works fine there I want to port it to the actual server.
If my iPhone and mac are on the same network, can I access the web service using the IP address of my mac?
Thanks.
Scenario:
I've network multihoming (dual ISP) setup.
each ISP bandwidth 500Mbps
Currently ISP-A link bandwidth almost fully utilized then the second ISP-B link
From our investigation, it is because youtube server cache response to link ISP-A.
Some time the utilization of link ISP B increased because at that time youtube server cached is response to ISP B.
My question
how/Why did this happen?
how do I force youtube cache server using ISP link B?
Hi, There!
I need to get the free space of a Network drive, without "map drive"
DriveInfo drvInfo = new DriveInfo("\\NetworkDrive");
I try to do this but it dose not work
Please HELP
Thanks in Advanced
Hi
I am running windows server 2003 standard and have installed the ssl cert for the company website . Attempting to access the website securely outside of our network the page does not load.
Thanks in advance!
I am busy working on a java app to run on blackberries but on some devices i am testing on, the code does not seem to be working and im having a hard time pinpointing where the problem lies.
My question is: Could the problem with some phones working and not working have t odo with the type of network they are running on such GSM vs CDMA and would the code that stops working on some devices be in one of the following areas:
1) Listeners - such as MessageListener and Phone Listener
2) UI Objects - simple test labels and buttons
3) Connection to a web service using ksoap2
Hi Guys
I have an idea, can u tel me what the procedure to do this?
In my incoming calls r outgng cal it should display the phone number as wel as with network name For eg: 9876543210,Airtel like that
How to do that i am new to android. So anybody help me. whats the way to develop it?
Send me reply soon its very urgent
I often use tortoisesvn to checkout or update a working copy on a development server. Whenever I do this, it seems to slow down the network and other users complain that browsing websites and accessing files on the dev server is slow.
Is this a common bug in Subversion or has anyone else has come across similar problems?
My asp.net web app is hosted on this URL on my local machine:
http://localhost:45433/
I want to access the same application from a different computer on the network. I tried replacing the localhost with my IP but it did not work.
any ideas!
UPDATE 1:
Now, I am getting this error:
Login failed for user ''. The user is not associated with a trusted SQL Server connection.
Hi,
I'am imnplementing real-time sound (voice) recording and transferring to another point in my application.
I would ask who knows good codec or compression algorithm to transfer low-quality (max 32 kbit) sound data through the network. I know skype uses good compression, what codec use it?
Thank you.
Hi! I want to coordinate use of common files on Windows Server 2003 from two Windows XP Workstations. Does Windows Server 2003 provide network mutexes for this purpose? Are there any libraries of C functions to access to them? I couldn’t find such functions in Visual C++ 2008.
Hello,
How can I programmatically retrieve the current connection type (eg. LAN or Direct connection).
InternetGetConnectedState(&ConTypeRet, 0) isn't very reliable.
For instance, I'm connected to a wireless network, but ConTypeRet is 18 which is INTERNET_CONNECTION_LAN & INTERNET_RAS_INSTALLED. Isn't there anyway to make sure that ConTypeRet is either INTERNET_CONNECTION_LAN or INTERNET_CONNECTION_MODEM
Hi I am new to Fedora/Centos/RHEL. I am confused about NetworkManager and network service in these Linux OS. May I know what is the relation between NetworkManager and network service?
If I am using NetworkManager, do i need to turn off network service? Similarly, if I am using network service, do I need to turn off NetworkManager? Will they conflict with each other if I use both application at the same time?
I see lots of documentation on how to manually set up a network bridge and then manually add vm's tun devices to these bridges and then write a shell script that glues it all together. lots of work, very manual, and not impressive.
On the other hand if you want to use NAT to KVM+libvirt VMs to the network you just click the new network button in the virt-manager gui and relax.
Am I missing "the easy way" of causing a VM to share the physical network with the host?