Discussion:
Are robots allowed to make network requests?
l***@gmail.com
2016-01-18 06:34:30 UTC
Permalink
Is there anything preventing me from building a bot that makes network
requests? Will the bot still function in roborumble?
--
You received this message because you are subscribed to the Google Groups "robocode" group.
To unsubscribe from this group and stop receiving emails from it, send an email to robocode+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
fnl
2016-01-18 19:57:32 UTC
Permalink
In RoboRumble and in general, robots are not allowed to make network
requests.

When running Robocode locally, you can disable the security checks that is
normally enabled in RoboRumble by using -DNOSECURITY=true as an additional
option to the command-line when starting Robocode using the java-command.

Cheers,
- Flemming
--
You received this message because you are subscribed to the Google Groups "robocode" group.
To unsubscribe from this group and stop receiving emails from it, send an email to robocode+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Lenny Khazan
2016-01-18 20:00:26 UTC
Permalink
Gotcha - thanks for the heads up!
Post by fnl
In RoboRumble and in general, robots are not allowed to make network
requests.
When running Robocode locally, you can disable the security checks that is
normally enabled in RoboRumble by using -DNOSECURITY=true as an additional
option to the command-line when starting Robocode using the java-command.
Cheers,
- Flemming
--
You received this message because you are subscribed to the Google Groups "robocode" group.
To unsubscribe from this group and stop receiving emails from it, send an email to robocode+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Loading...