Creating A Sms Gateway?
Jun 21, 2010i am working on standalone application to send and receive sms, but wan to create my own sms gateway.
View 1 Repliesi am working on standalone application to send and receive sms, but wan to create my own sms gateway.
View 1 RepliesI want to develop an SMS gateway in .NET, using PDU encoder/decoder classes. It's working fine for me, but the problem is receiving multipart SMS messages. I want to handle these messages with segmentation and reassembly, like Ozeki SMS gateway. Ozeki SMS gateway stores every multipart SMS in a file; I want to do the same thing.
View 1 RepliesI want a code to display the users current "default gateway" & and "DNS server + Alternate DNS server" as (label1, 2, 3). And also show duration of connection, network speed and signal strength if possible.
View 5 RepliesIs any opensource SMS (Short Message Service) gateway written in C# or VB.Net.
Gateway must support AT command mode.
I don't need SMS service, I need library to communicate with mobile phone or GSM modem (AT command mode)
Has anybody tried developing an SMS gateway application with VB.NET?What gateway did you use? Was it successful?I'm trying to gather ideas. I'm open to gammu, but a bit hesitant.
View 1 Repliesi have developed a system which needs to process funds transfer using means of mobile phone sms(short message sent). my problem is that i don't know how to intergrate the application with the sms gateway. suppose sms has been sent through the gateway,what will trigger the system to respond since message from phone enters database directly.
View 1 RepliesI was wondering is it possible to use C#/++ and php to connect to a mysql database? I ask because seems my host doesnt have remote access setup for me to access my database.
View 1 RepliesHow can I determine the primary gateway (ie: my router) for my default Network adapter? I found this thread but it doesn't work on all machines; ie: computer has Hamachi. I've got this function that returns the proper IP however, I just need to correlate it with the gateway it uses:
Public Function LocalIP() As String
' Obtain the first address of local machine with addressing scheme
For Each IP As IPAddress In GetHostEntry(GetHostName()).AddressList
[Code]....
I want to add Payment gateway in my website. Any is plug-in or we need to write a code ?
View 5 RepliesI want to know how to send the sms from vb.net application without using sms provider gateway. i want to send sms through web.
View 4 RepliesI'm trying to figure out how to view the default gatways ip address and then get the mac address from that
how to see what the computers defualt gateway is?
I'm developing a software to determine my default gateway..
I am currently using this code with success[code]...
I want to find a Gateway of a particular network adapter, May be we can write code to find through this System.Net.NetworkInformation.GatewayIPAddressInformation but i don't how to code it.
View 2 RepliesGateway Timeout in FTP Download module?
View 7 RepliesI have a goip modem (Buy GoIP, voip adapter, GoIP4, DBL GoIP4 GSM VOIP Gateway 4GSM VOIP Voice Gateway Guaranteed 100% Brand New #RG0001 atalready has the sim cards it needed. I'm connected to the device using the IP Address and entering username and password to access the modem configuration. Is there any here has an idea on how to create a SMS Server from a seperated Computer and the SMS server will schedule the sending of the messages. My problem now i
View 2 RepliesI am developing a windows application for my guys on helpdesk to use with our clients. It is going to be installed on the clients' pc's. One of it's purposes is to display all IP info of a computer. Such as the client's IP address, DNS IP address, DHCP IP address, and Default Gateway IP address, but I can only get it to give me the IP address of the host and no addresses of the DNS, DHCP, or Default Gateway. I know that I could run an ipconfig /all and pull the results into the application, but I would like to have it laid out more simply for it to be easier to read for the clients in case we are walking them through some troubleshooting over the phone and we need their IP information. I do not require and am not requesting any source code.
View 6 RepliesI have a DGV and a button to open a browser window to an ip address and also a button to open the ip address gateway. I can open the ip address that is displayed in the DGV no problem. What I am stuck on is opening the gateway address. So for example I click a record in DGV then the button and my browser opens to 10.15.2.248 What I need to do is replace 248 with 1 The ips will all end differently though for example 10.20.2.34 , 10.256.34.4 and so on. So as far as I know I will have to trim to the last period and add a 1 How can I do this?
View 4 Replieshow i can go about getting basic network information such as the ip address gateway etc
View 2 RepliesI managed to obtain the primary adapter's IP address here: [URL]
But now I need that adapters gateway, ie: 192.168.1.1
I am developing a desktop application in VS2008 with C#. How can I send an SMS using a secure gateway?
View 3 RepliesI am writing a quick program to display the network information of a computer without having to run ipconfig or enter the TCP/IP settings on the network adapaters.I have managed to pull the computer name, local IP address and the external IP address, but I now need to get the default gateway, the subnet mask and the DNS resolvers.I have tried using the registry, but the key differs from computer to computer, so that method has been ruled out.
View 8 RepliesI share my internet connection with other users through LAN. There's some one who keeps cutting me off from time to time to increase his download speed.I know that there is some orders that can be written in the command line to reconnect to the internet after every cut but I don't know them.I started teaching myself programming under VB 2008 Express as a hobby few weeks ago. I was wondering if there is a way to write a program in VB to check the connection condition every few milliseconds and reconnect again to the real gateway till the attacker get bored.
View 25 RepliesI am trying to clean up my code in a project I have been working on by creating two separate modules one that disables a service and one that enables a service through the registry all of this worked fine in one big form all together but I would like to also reuse the module in some other projects, I am getting this message however "Warning1Function 'ApplicationLayerGatewayDisable' doesn't return a value on all code paths. A null reference exception could occur at run time when the result is used". [Code]. what do i need to do to get rid of these warnings ? or do I just ignore them?
View 12 RepliesWho can write a windows service used as SMS gateway to push and pull sms to database..
View 3 Repliesplease tell me what is below code doing? is it creating array with two values or its creating to string index which will take value later? [code]
View 4 RepliesI 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 we have (that I wrote). I tried searching here and the web and couldn't find much of anything describing a great way to do this and figured I was either not searching properly or was not properly naming what I am trying to do.
I decided to to take one of the main gateway pages we had in classic ASP and use that as a base for my new gateway. Without boring you with a bunch of code I will summarize my gateway in steps and then can take advice/critique from there.
EDIT: Basically what I am trying to do is go from a classic ASP page to a ASP .NET page and then back again.
My Gateway page: In the first part of the page I grab session variables and determine if the user is leaving or returning through the gateway:
Code (in VB):
uid = Request.QueryString("GUID")
If uid = "" Then
direction = "Leaving"
[Code]....
This is my first time so please be gentle. I hope this is in the correct place.Basically I want create a reg key that will effectively add a site to the trusted zone of IE.I have got so far and can create the key but I want it to create a REG_DWORD and not a REG_SZ. My code is:
[Code]...
I only have a very basic knowledge of VB but am trying. Basically I want to run a script that will add this website to the trusted site of users. We will have hundreds who need this and want to create a script to speed it along. I will be adding other things to the script as time goes on but this is the first step.
I'm looking to create an API for a website I have built. The API will be built in ASP.Net - probably using VB and will need to be consumed by multiple platforms including PHP. I've read a bit about REST vs. SOAP APIs and am confused about which route I should go. I also need some examples and frameworks I can use to get started.
View 5 RepliesI am trying to learn how to create a DLL in C (using Visual C++ 2010) for use in Visual Basic (2008 Express). I am a novice programmer, so please bear with me. My objective is to learn how to do starting with a very simple function, and I foundC++.html This examples presented in that tutorial are for Visual C++ 6 and VB6. I know there are differences between VB6 and VB2008, so maybe this is why I am running into problems following this example. In Visual C++, I created the DLL as a Win32 project. The function is simply summing two integers. I put the function "sum" in the source file "dllmain.cpp."
View 4 RepliesIs there any C# .NET ORM that can create databases? It should be capable of creating MS + MySQL + PostGre + Oracle databases at least.And I don't mean tables or schemas, I mean the database only.I use nHibernate, but it can only create tables and schemas, and query/insert but not creating the database itself.
View 4 Replies