Questions tagged [gateway]

This is a vague tag for all kinds of gateways including networks, general interfaces and products, where this term is used with its own meaning. Try to avoid this.

This is a vague tag for all kinds of gateways including networks, general interfaces and products, where this term is used with its own meaning. Try to avoid this.

1201 questions
0
votes
1 answer

NServiceBus Gateway url not accessible in Windows Service

I've setup a demo NSB Gateway pretty much based on the samples. all working fine when running from visual studio. msg send from SiteA being received on SiteB. However after I host SiteB in my local Windows Service (NServiceBus.Host.exe /install),…
Luc
  • 89
  • 5
0
votes
3 answers

Understanding the gateway pattern with a static constructor

I am following this link: http://codebetter.com/jpboodhoo/2007/10/15/the-static-gateway-pattern/ to understand the Gateway pattern. The author shares a sample of the "gateway" logger class and related interfaces: public class Log { private…
TheSilverBullet
  • 605
  • 7
  • 21
0
votes
1 answer

payment gateway integration in php

I am trying to integrate payment gateway in my website which is developing by PHP. For that I am using PayPal. My code is like the following:
Sri
  • 139
  • 1
  • 2
  • 11
0
votes
2 answers

why the gateway to be bogon?

I connect my Android phone with my PC through USB. And open the usb tether option on the phone. So, there is a new remote NDIS network adapter displayed in the PC's network connections, and there is a rnndis0 IFface on the android. I do the…
Simon Zhao
  • 76
  • 8
0
votes
5 answers

Change IP address, subnet mask, dns servers and default gateway in C#

I am VERY new to C#. I want to create a small console app that sets the following: IP address: 192.168.10.133 Subnet mask: 255.255.255.0 Default gateway: 192.168.10.66 Preferred DNS server: 192.168.10.3 Alternate DNS server: 192.168.10.5 and…
narfie
  • 493
  • 1
  • 7
  • 16
0
votes
1 answer

Is it a good idea to write a gateway for PostgreSQL in Erlang?

I'm writing a web application in Erlang, and want to store my data to PostgreSQL. There're two kinds of resources in my application. One kind is very important while the other one is not that important. For the important one, no data loss is…
Xiao Jia
  • 4,169
  • 2
  • 29
  • 47
0
votes
2 answers

bridge/gateway for news (NNTP) to web forum

I am looking for a discussion forum suitable for "geeks" and not so technically versed users alike. For years we have been using a newsserver (NNTP) that the geeks are happy with (using Thunderbird or similar interface), however, the younger…
nachtigall
  • 2,447
  • 2
  • 27
  • 35
0
votes
1 answer

how to receive mobile phone sms on my web page in asp.net

I m making a recharge portal in ASP.net in that i need to receive the customer response and process it automatically for that i have gone through many articles and blogs but couldn't understand how to achieve it....i have implemented how to send sms…
Vivek Singh
  • 1,201
  • 3
  • 17
  • 39
0
votes
1 answer

IPTables/Route and multiple interfaces configuration

I've this scenario, a Debian box running with multiple network cards: eth0 - Internet Connection via local Router (172.20.1.x , 255.255.255.0) ppp0 - Dial-up to a network without internet (10.x.x.x , 255.255.255.255) tun0 - Virtual OpenVPN Tun…
TCB13
  • 3,067
  • 2
  • 39
  • 68
0
votes
1 answer

How to validate that a request comes form a certain gateway in PHP?

I've build a web application that allows users to see some data from there homes. At home every user has a gateway that posts this data to a php script. That script then inserts the data into my MySQL database. I need the script to validate that the…
RTB
  • 5,773
  • 7
  • 33
  • 50
0
votes
1 answer

How can I determine Network IP, Gateway and Broadcast IP from IP address and Subnet?

I have an IP address 10.1.0.4 and subnet 129 How can I determine Network IP, Gateway and Broadcast IP?
user1483959
  • 3
  • 1
  • 2
0
votes
2 answers

How to differentiate between softwares/bundles provisioned for a target in ACE

I have 2 bundles A and B, using Apache ACE I have provisioned these bundle to a target in following steps. Provisioned A (having version 1.0.0) to the target Provisioned B (having version 1.0.0) to the target Provisioned B (having version 2.0.0)…
Vinod
  • 1,076
  • 2
  • 16
  • 33
0
votes
3 answers

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 the records? This is my Gateway (btw, should i…
mrt181
  • 5,080
  • 8
  • 66
  • 86
0
votes
2 answers

Design patterns : How edit multiple entities from within a gateway

We are now in a situation on a project that we need manipulate multiple user entities at once. By example we will disable 50 users at once. Normally we did that in a gateway Gateway Query the data at once by the gateway with a query OR Loop…
Michael Tijhuis
  • 173
  • 1
  • 10
0
votes
1 answer

multiple registration of transport in xmpp protocol

I am working on xmpp protocol and I came across with Gateway concept, in which it allows to communicate to services which uses another protocol like msn,aim,yahoo etc .. As far as I understand I beleive that it allows only 1 registration for a…
kiddo
  • 1,596
  • 7
  • 31
  • 60