Just keep adding params and values to your http request. Try it.
Is it what you mean ? so java and database will handle everything !
params = (('id', id), ('timestamp', int(time.time())), ('lat', lat), ('lon', lon), ('speed', speed), ('ip', ip-address), ('host', host-name))
Just keep adding params and values to your http request. Try it.