The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
2answers
3k views

Programatically send SMS to email using Verizon Motorola Droid on Android

I was wondering if anyone knew the proper way to send an SMS message to an e-mail address using Verizon's CDMA Motorola Droid phone. The internal messaging application appears to automagically do ...
3
votes
2answers
4k views

How do I get netcat to accept connections from outside the LAN?

I'm using netcat as a backend to shovel data back and forth for a program I'm making. I tested my program on the local network, and once it worked I thought it would be a matter of simply forwarding a ...
3
votes
3answers
203 views

Any way to detect SMS to E-Mail Gateways?

I want to create a PHP app that can send text messages. There are different gateways for different email carriers. Is there any library I could use that would be able to lookup or detect which gateway ...
4
votes
9answers
5k views

SMS GateWay in USA

Can somebody tell me best SMS gateway in USA . I want my application to send SMS using HTTP. So I would like to the best and cheap gateway which can provide api's to send sms. My App is written in ...
1
vote
2answers
378 views

What can I use to communicate with HMS AnyBus AB7007 gateway to PLC

I need to develop a simple website to display some values that are inputted to a PLC connected to a hardware Gateway( HMS AnyBus AB7007) already installed that converts RS485 Modbus to Ethernet ...
0
votes
1answer
1k views

PHP - Get Gateway/Router IP, UPnP

I am attempting to create a UPnP method on an internal PHP server if at all possible. I need it to be mostly platform independent so that it may run on Windows, OSX, or Linux. I believe I can get my ...
1
vote
2answers
352 views

Web Application that receives images, videos, and text via Text Message

I've seen many examples of this (clickatell.com among them) that only support text in the USA. I need my application to receive images/videos from text messages (MMS?) from users. The web app needs to ...
1
vote
3answers
2k views

get mac address from default gateway?

Is there a way to resolve the mac address off the default gateway using c#? update im working with var x = ...
5
votes
4answers
3k views

SMS Application [closed]

I just wanted to know is there any free sms gateway for sending SMS. If there is one, how to go on to developing my free sms service/software? Any guidelines please.
1
vote
2answers
340 views

2-Way SMS for my Website

I wanna know what is the best, cheapest SMS Gateway software I can use to handle "2-way" messaging? Thanks in advance
0
votes
1answer
249 views

Gateway Page Between ASP and an ASP.NET Page

I'll admit, I am pretty new with ASP .NET programming and I have been asked to take all our gateway pages (written in classic ASP) and make one universal gateway page to the few C# .NET applications ...
3
votes
3answers
244 views

Object Oriented Design issue

Hey, I have been designing a site locally in PHP 5, but have come across a few design issues I'd like advice now. Currently there are three features of the site and each feature has a class . These ...
0
votes
3answers
1k views

J2ME SMS Server on mobile phone

Is it possible to have a j2me app on a mobile to act as a "SMS gateway" that will handle incommming messages, do a query on a database via GPRS and reply the user back?
0
votes
2answers
851 views

good american 2-way sms gateway [closed]

Can anyone recommended a 2-way SMS gateway that would allow me to run on a script on every incoming SMS? I'm interested in getting an american VMN (virtual number). The obvious choice (I think) would ...
0
votes
1answer
512 views

Suggestions for gateway please

I almost completed my first shopping cart with Codeigniter(PHP/MySQL). I want to connect to payment systems. I've never developed a shopping cart before. I do not have any intention to develop my own ...
3
votes
9answers
7k views

How do i get the default gateway in LINUX given the destination?

I'm trying to get the default gateway, using the destination 0.0.0.0 I used this command: netstat -rn | grep 0.0.0.0 And it returned this list: **Destination Gateway Genmask ...
7
votes
7answers
12k views

SMS Library in C#

I need to develop an application that sends SMS to the users that are interested to get the updates about the website. I am looking for Library in C# which is useful to integrate with my application. ...
0
votes
3answers
355 views

How to put records from a query into DAOs?

I have written a gateway to get a result set from my database. How do i store every row in a separate dao so that i can manipulate every record further? Or can i access the result set directly to get ...
0
votes
1answer
482 views

Where to get UK Mobile phone to email gateway

What I need is: - 3-5 phone numbers in the UK, possibly on different networks - charge phones by Credit card - text messages received by these numbers get emailed to me (one by one) - Needs to work ...
5
votes
3answers
2k views

Advice on a Canadian SMS Gateway provider [closed]

I am curious as how to how much trouble / money it would be for me to be able to accept incoming text messages to a number, which I would then pass to a server side application in PHP. I'd ultimately ...
0
votes
2answers
452 views

Is there a better way to work with Flex Builder and the AMF Gateway?

I'm using Flex Builder 3 to connect to a bunch of back-end code via the AMF gateway. Another developer packaged up all the AMF Gateway code into a war file. Here's my development process: Deploy ...
1
vote
0answers
839 views

Openfire3.6.3 unable to connect to yahoo gateways

I am newbie as far as openfire is concerned. I want every user whether its on gtalk, yahoo, MSN to contact to my server but right now only gtalk users are able to connect and see presence connected. ...
12
votes
6answers
10k views

Receive SMS messages by web application

We are building a web app that should be able to receive SMS messages and store the information contained in it in database. Which methods have you used? Which service providers are out there that ...
3
votes
1answer
123 views

What is the most elegant and efficient way to provide AAA to web services using a WS gateway and LDAP?

I'm looking for the best way to provide authorization, authentication, and auditing to web services. I'll be using a web service gateway appliance deployed to the DMZ, and there will be an LDAP ...
2
votes
2answers
219 views

Is it advisable to build a web service over other web services?

I've inherited this really weird codebase where they've built an external web service over a bunch of internal web services just to add authentication/authorization using WS-Security, WS-Encryption, ...
0
votes
2answers
436 views

How to put up an off-the-shelf https to http gateway?

I have an HTTP server which is in our internal network and accessible only from inside it. I would like to put another server that would listen to an HTTPS port accessible from outside, and forward ...
3
votes
9answers
3k views

FTP client class for .NET

Anyone know of a good, hopefully free FTP class for use in .NET that can actually work behind an HTTP proxy or FTP gateway? The FtpWebRequest stuff in .NET is horrible at best, and I really don't want ...

1 2 3 4 5