mustafakemalgilor / arduino-mssql

THIS PROJECT IS NOW DEPRECATED; PLEASE USE TDSLITE INSTEAD! https://github.com/mustafakemalgilor/tdslite A TDS 7.0 implementation for Arduino, allowing connection to Microsoft SQL Server and running queries. (using UIPEthernet or Ethernet)
MIT License
21 stars 11 forks source link

Update sqlard_test.ino #4

Closed gerard-talla closed 2 years ago

gerard-talla commented 4 years ago

What does exactly Static_IPAddr stand for?

As far as I know the Gateway_IPAddr refers to the IPAddr of the server where is my database but what about Static_IPAddr?

mustafakemalgilor commented 4 years ago

Static_IPAddr is the ip address which will be used by the Arduino when sending and receiving IP packets. Current implementation does not support DHCP, so you have to provide a valid, unused ip address from the network Arduino is connected to.

larissadj commented 4 years ago

Hi @mustafakemalgilor , please how to find an unused ip address from the network where Arduino is connected to? The DHCP is currently active on my computer.

mustafakemalgilor commented 4 years ago

You can login to your router/modem to see DHCP lease list (which mac address owns which ip for how long). Then pick an ip address which is currently unused.

On Tue, 14 Apr 2020, 20:42 larissadj, notifications@github.com wrote:

Hi @mustafakemalgilor https://github.com/mustafakemalgilor , please how to find an unused ip address from the network where Arduino is connected to? The DHCP is currently active on my computer.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/mustafakemalgilor/arduino-mssql/pull/4#issuecomment-613582573, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABCHY6DXBDT6PZV2DMWKYGDRMSOBLANCNFSM4MEFSTBA .