René's URL Explorer Experiment


Title: Add support for LocalEV3 · Issue #771 · ev3dev-lang-java/ev3dev-lang-java · GitHub

Open Graph Title: Add support for LocalEV3 · Issue #771 · ev3dev-lang-java/ev3dev-lang-java

X Title: Add support for LocalEV3 · Issue #771 · ev3dev-lang-java/ev3dev-lang-java

Description: Steps: Identify Interfaces & classes from LeJOS Implement a prototype Implement a stable solution Develop tests Move to LeJOS commons the missing interfaces & classes Review on internet the majority of Use cases from Users Review how to ...

Open Graph Description: Steps: Identify Interfaces & classes from LeJOS Implement a prototype Implement a stable solution Develop tests Move to LeJOS commons the missing interfaces & classes Review on internet the majorit...

X Description: Steps: Identify Interfaces & classes from LeJOS Implement a prototype Implement a stable solution Develop tests Move to LeJOS commons the missing interfaces & classes Review on internet the...

Opengraph URL: https://github.com/ev3dev-lang-java/ev3dev-lang-java/issues/771

X: @github

direct link

Domain: patch-diff.githubusercontent.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Add support for LocalEV3","articleBody":"**Steps:**\r\n\r\n- [x] Identify Interfaces \u0026 classes from LeJOS\r\n- [ ] Implement a prototype\r\n- [ ] Implement a stable solution\r\n- [ ] Develop tests\r\n- [ ] Move to `LeJOS commons` the missing interfaces \u0026 classes\r\n- [ ] Review on internet the majority of Use cases from Users\r\n- [ ] Review how to include the concept about `BrickPi`\r\n\r\n**Motivation:**\r\n\r\nMany users use the library to build software for robots in `Mindstorms` ecosystem, but in order to go further with the idea to have robots based on multiple bricks, it is necessary to implement the concept about `LocalEV3`.\r\n\r\nIn LeJOS ecosystem, LocalEV3 is a recent concept appeared in EV3:\r\nhttp://www.lejos.org/ev3/docs/lejos/hardware/ev3/LocalEV3.html\r\n\r\n**Note:**  If you are going to use only one Brick, you could use directly the objects that you need to use in your program, but if you are going to use Remote capabilities, RemoveEV3 is necessary. In order to begin that journey, it is necessary to provide a `LocalEV3` support.\r\n\r\nSome examples using `LocalEV3`\r\n\r\n```java\r\nBrick brick = BrickFinder.getLocal();\r\nAudio sound = brick.getAudio();\r\nsound.systemSound(0);\r\n\r\nRegulatedMotor left = new EV3LargeRegulatedMotor(brick.getPort(\"B\"));\r\nRegulatedMotor right = new EV3LargeRegulatedMotor(brick.getPort(\"C\"));\r\n\r\n// get a port instance\r\nPort port = LocalEV3.get().getPort(\"S2\");\r\n\r\n// Get an instance of the Ultrasonic EV3 sensor\r\nEV3UltrasonicSensor sensor = new EV3UltrasonicSensor(port);\r\n\r\nGraphicsLCD g = LocalEV3.get (). GetGraphicsLCD ();\r\n\r\nBrickInfo[] bricks = BrickFinder.discover();\r\n\r\nfor(BrickInfo info: bricks) {\r\n   Brick brick = new RemoteEV3(info.getIPAddress());\r\n   brick.getAudio().systemSound(0);\r\n}\r\n```\r\n\r\n**Article:**\r\nhttps://sourceforge.net/p/lejos/wiki/Remote%20access%20to%20an%20EV3/\r\n\r\nRelated issue:\r\nhttps://github.com/ev3dev-lang-java/ev3dev-lang-java/issues/524\r\n\r\n**References:**\r\n\r\nBrick Capabilities:\r\n\r\n- [x] https://github.com/ev3dev-lang-java/lejos-ev3-code-mirror/blob/master/ev3classes/src/lejos/hardware/ev3/LocalEV3.java\r\n- [x] https://github.com/ev3dev-lang-java/lejos-ev3-code-mirror/blob/master/ev3classes/src/lejos/hardware/ev3/EV3.java\r\n- [x] https://github.com/ev3dev-lang-java/lejos-ev3-code-mirror/blob/master/ev3classes/src/lejos/hardware/Brick.java\r\n- [x] http://www.lejos.org/ev3/docs/lejos/hardware/Audio.html\r\n- [x] http://www.lejos.org/ev3/docs/lejos/hardware/Sounds.html\r\n- [x] http://www.lejos.org/ev3/docs/lejos/hardware/lcd/GraphicsLCD.html\r\n- [ ] https://github.com/ev3dev-lang-java/lejos-ev3-code-mirror/blob/master/ev3classes/src/lejos/internal/ev3/EV3LCDManager.java\r\n- [x] http://www.lejos.org/ev3/docs/lejos/hardware/Power.html\r\n- [x] http://www.lejos.org/ev3/docs/lejos/hardware/port/Port.html\r\n\r\nWifi capabilities:\r\n\r\n- [x] https://github.com/ev3dev-lang-java/lejos-ev3-code-mirror/blob/master/ev3classes/src/lejos/hardware/BrickFinder.java\r\n- [x] https://github.com/ev3dev-lang-java/lejos-ev3-code-mirror/blob/master/ev3classes/src/lejos/hardware/Wifi.java\r\n- [x] https://github.com/ev3dev-lang-java/lejos-ev3-code-mirror/blob/master/ev3classes/src/lejos/hardware/LocalWifiDevice.java\r\n- [x] https://github.com/ev3dev-lang-java/lejos-ev3-code-mirror/blob/master/ev3classes/src/lejos/internal/io/NativeWifi.java\r\n\r\n---\r\n\r\n**Offtopic examples:**\r\n\r\n- https://github.com/bartgerard/alpha/blob/master/robot/service/src/main/java/be/gerard/robot/LejosExperiment.java\r\n- https://github.com/david78k/EV3/blob/master/ev3-lejos/src/RemoteControl.java\r\n\r\n---\r\n\r\n- https://github.com/ev3dev-lang-java/lejos-ev3-code-mirror/tree/master/ev3classes/src/lejos/remote/ev3","author":{"url":"https://github.com/jabrena","@type":"Person","name":"jabrena"},"datePublished":"2020-12-29T20:38:48.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":0},"url":"https://github.com/771/ev3dev-lang-java/issues/771"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:d3b79b64-faf2-b6f2-33a0-2b1ed05fb098
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idBE28:38A719:23EA8BB:2FBE4BF:696EFBAB
html-safe-nonce1047712532b78f2a9e4b4193890717ffa3c40b681ffb4373a1b1a6f3ef386cff
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJCRTI4OjM4QTcxOToyM0VBOEJCOjJGQkU0QkY6Njk2RUZCQUIiLCJ2aXNpdG9yX2lkIjoiNTI0NjkwMjA2MTI4Nzk4NjM1IiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmacce4005deb8d1034bbf0b048e31582b2905879b791a6d1206c3d81adf353c2aa0
hovercard-subject-tagissue:776076599
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/ev3dev-lang-java/ev3dev-lang-java/771/issue_layout
twitter:imagehttps://opengraph.githubassets.com/6d7fb6cb5d0ff4c0d99c39388e330a95e5a40e47ee8ff35a91dac4b169f5aebd/ev3dev-lang-java/ev3dev-lang-java/issues/771
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/6d7fb6cb5d0ff4c0d99c39388e330a95e5a40e47ee8ff35a91dac4b169f5aebd/ev3dev-lang-java/ev3dev-lang-java/issues/771
og:image:altSteps: Identify Interfaces & classes from LeJOS Implement a prototype Implement a stable solution Develop tests Move to LeJOS commons the missing interfaces & classes Review on internet the majorit...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamejabrena
hostnamegithub.com
expected-hostnamegithub.com
Noneb278ad162d35332b6de714dfb005de04386c4d92df6475522bef910f491a35ee
turbo-cache-controlno-preview
go-importgithub.com/ev3dev-lang-java/ev3dev-lang-java git https://github.com/ev3dev-lang-java/ev3dev-lang-java.git
octolytics-dimension-user_id17526590
octolytics-dimension-user_loginev3dev-lang-java
octolytics-dimension-repository_id45205585
octolytics-dimension-repository_nwoev3dev-lang-java/ev3dev-lang-java
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id45205585
octolytics-dimension-repository_network_root_nwoev3dev-lang-java/ev3dev-lang-java
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release39aed5006635ab6f45e6b77d23e73b08a00272a3
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/ev3dev-lang-java/ev3dev-lang-java/issues/771#start-of-content
https://patch-diff.githubusercontent.com/
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fev3dev-lang-java%2Fev3dev-lang-java%2Fissues%2F771
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fev3dev-lang-java%2Fev3dev-lang-java%2Fissues%2F771
Sign up https://patch-diff.githubusercontent.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=ev3dev-lang-java%2Fev3dev-lang-java
Reloadhttps://patch-diff.githubusercontent.com/ev3dev-lang-java/ev3dev-lang-java/issues/771
Reloadhttps://patch-diff.githubusercontent.com/ev3dev-lang-java/ev3dev-lang-java/issues/771
Reloadhttps://patch-diff.githubusercontent.com/ev3dev-lang-java/ev3dev-lang-java/issues/771
ev3dev-lang-java https://patch-diff.githubusercontent.com/ev3dev-lang-java
ev3dev-lang-javahttps://patch-diff.githubusercontent.com/ev3dev-lang-java/ev3dev-lang-java
Notifications https://patch-diff.githubusercontent.com/login?return_to=%2Fev3dev-lang-java%2Fev3dev-lang-java
Fork 44 https://patch-diff.githubusercontent.com/login?return_to=%2Fev3dev-lang-java%2Fev3dev-lang-java
Star 103 https://patch-diff.githubusercontent.com/login?return_to=%2Fev3dev-lang-java%2Fev3dev-lang-java
Code https://patch-diff.githubusercontent.com/ev3dev-lang-java/ev3dev-lang-java
Issues 22 https://patch-diff.githubusercontent.com/ev3dev-lang-java/ev3dev-lang-java/issues
Pull requests 4 https://patch-diff.githubusercontent.com/ev3dev-lang-java/ev3dev-lang-java/pulls
Discussions https://patch-diff.githubusercontent.com/ev3dev-lang-java/ev3dev-lang-java/discussions
Actions https://patch-diff.githubusercontent.com/ev3dev-lang-java/ev3dev-lang-java/actions
Security Uh oh! There was an error while loading. Please reload this page. https://patch-diff.githubusercontent.com/ev3dev-lang-java/ev3dev-lang-java/security
Please reload this pagehttps://patch-diff.githubusercontent.com/ev3dev-lang-java/ev3dev-lang-java/issues/771
Insights https://patch-diff.githubusercontent.com/ev3dev-lang-java/ev3dev-lang-java/pulse
Code https://patch-diff.githubusercontent.com/ev3dev-lang-java/ev3dev-lang-java
Issues https://patch-diff.githubusercontent.com/ev3dev-lang-java/ev3dev-lang-java/issues
Pull requests https://patch-diff.githubusercontent.com/ev3dev-lang-java/ev3dev-lang-java/pulls
Discussions https://patch-diff.githubusercontent.com/ev3dev-lang-java/ev3dev-lang-java/discussions
Actions https://patch-diff.githubusercontent.com/ev3dev-lang-java/ev3dev-lang-java/actions
Security https://patch-diff.githubusercontent.com/ev3dev-lang-java/ev3dev-lang-java/security
Insights https://patch-diff.githubusercontent.com/ev3dev-lang-java/ev3dev-lang-java/pulse
New issuehttps://patch-diff.githubusercontent.com/login?return_to=https://github.com/ev3dev-lang-java/ev3dev-lang-java/issues/771
New issuehttps://patch-diff.githubusercontent.com/login?return_to=https://github.com/ev3dev-lang-java/ev3dev-lang-java/issues/771
Add support for LocalEV3https://patch-diff.githubusercontent.com/ev3dev-lang-java/ev3dev-lang-java/issues/771#top
https://patch-diff.githubusercontent.com/jabrena
LeJOShttps://github.com/ev3dev-lang-java/ev3dev-lang-java/issues?q=state%3Aopen%20label%3A%22LeJOS%22
developmenthttps://github.com/ev3dev-lang-java/ev3dev-lang-java/issues?q=state%3Aopen%20label%3A%22development%22
ev3 brickhttps://github.com/ev3dev-lang-java/ev3dev-lang-java/issues?q=state%3Aopen%20label%3A%22ev3%20brick%22
in analysishttps://github.com/ev3dev-lang-java/ev3dev-lang-java/issues?q=state%3Aopen%20label%3A%22in%20analysis%22
https://github.com/jabrena
https://github.com/jabrena
jabrenahttps://github.com/jabrena
on Dec 29, 2020https://github.com/ev3dev-lang-java/ev3dev-lang-java/issues/771#issue-776076599
http://www.lejos.org/ev3/docs/lejos/hardware/ev3/LocalEV3.htmlhttp://www.lejos.org/ev3/docs/lejos/hardware/ev3/LocalEV3.html
https://sourceforge.net/p/lejos/wiki/Remote%20access%20to%20an%20EV3/https://sourceforge.net/p/lejos/wiki/Remote%20access%20to%20an%20EV3/
#524https://github.com/ev3dev-lang-java/ev3dev-lang-java/issues/524
https://github.com/ev3dev-lang-java/lejos-ev3-code-mirror/blob/master/ev3classes/src/lejos/hardware/ev3/LocalEV3.javahttps://github.com/ev3dev-lang-java/lejos-ev3-code-mirror/blob/master/ev3classes/src/lejos/hardware/ev3/LocalEV3.java
https://github.com/ev3dev-lang-java/lejos-ev3-code-mirror/blob/master/ev3classes/src/lejos/hardware/ev3/EV3.javahttps://github.com/ev3dev-lang-java/lejos-ev3-code-mirror/blob/master/ev3classes/src/lejos/hardware/ev3/EV3.java
https://github.com/ev3dev-lang-java/lejos-ev3-code-mirror/blob/master/ev3classes/src/lejos/hardware/Brick.javahttps://github.com/ev3dev-lang-java/lejos-ev3-code-mirror/blob/master/ev3classes/src/lejos/hardware/Brick.java
http://www.lejos.org/ev3/docs/lejos/hardware/Audio.htmlhttp://www.lejos.org/ev3/docs/lejos/hardware/Audio.html
http://www.lejos.org/ev3/docs/lejos/hardware/Sounds.htmlhttp://www.lejos.org/ev3/docs/lejos/hardware/Sounds.html
http://www.lejos.org/ev3/docs/lejos/hardware/lcd/GraphicsLCD.htmlhttp://www.lejos.org/ev3/docs/lejos/hardware/lcd/GraphicsLCD.html
https://github.com/ev3dev-lang-java/lejos-ev3-code-mirror/blob/master/ev3classes/src/lejos/internal/ev3/EV3LCDManager.javahttps://github.com/ev3dev-lang-java/lejos-ev3-code-mirror/blob/master/ev3classes/src/lejos/internal/ev3/EV3LCDManager.java
http://www.lejos.org/ev3/docs/lejos/hardware/Power.htmlhttp://www.lejos.org/ev3/docs/lejos/hardware/Power.html
http://www.lejos.org/ev3/docs/lejos/hardware/port/Port.htmlhttp://www.lejos.org/ev3/docs/lejos/hardware/port/Port.html
https://github.com/ev3dev-lang-java/lejos-ev3-code-mirror/blob/master/ev3classes/src/lejos/hardware/BrickFinder.javahttps://github.com/ev3dev-lang-java/lejos-ev3-code-mirror/blob/master/ev3classes/src/lejos/hardware/BrickFinder.java
https://github.com/ev3dev-lang-java/lejos-ev3-code-mirror/blob/master/ev3classes/src/lejos/hardware/Wifi.javahttps://github.com/ev3dev-lang-java/lejos-ev3-code-mirror/blob/master/ev3classes/src/lejos/hardware/Wifi.java
https://github.com/ev3dev-lang-java/lejos-ev3-code-mirror/blob/master/ev3classes/src/lejos/hardware/LocalWifiDevice.javahttps://github.com/ev3dev-lang-java/lejos-ev3-code-mirror/blob/master/ev3classes/src/lejos/hardware/LocalWifiDevice.java
https://github.com/ev3dev-lang-java/lejos-ev3-code-mirror/blob/master/ev3classes/src/lejos/internal/io/NativeWifi.javahttps://github.com/ev3dev-lang-java/lejos-ev3-code-mirror/blob/master/ev3classes/src/lejos/internal/io/NativeWifi.java
https://github.com/bartgerard/alpha/blob/master/robot/service/src/main/java/be/gerard/robot/LejosExperiment.javahttps://github.com/bartgerard/alpha/blob/master/robot/service/src/main/java/be/gerard/robot/LejosExperiment.java
https://github.com/david78k/EV3/blob/master/ev3-lejos/src/RemoteControl.javahttps://github.com/david78k/EV3/blob/master/ev3-lejos/src/RemoteControl.java
https://github.com/ev3dev-lang-java/lejos-ev3-code-mirror/tree/master/ev3classes/src/lejos/remote/ev3https://github.com/ev3dev-lang-java/lejos-ev3-code-mirror/tree/master/ev3classes/src/lejos/remote/ev3
jabrenahttps://patch-diff.githubusercontent.com/jabrena
LeJOShttps://github.com/ev3dev-lang-java/ev3dev-lang-java/issues?q=state%3Aopen%20label%3A%22LeJOS%22
developmenthttps://github.com/ev3dev-lang-java/ev3dev-lang-java/issues?q=state%3Aopen%20label%3A%22development%22
ev3 brickhttps://github.com/ev3dev-lang-java/ev3dev-lang-java/issues?q=state%3Aopen%20label%3A%22ev3%20brick%22
in analysishttps://github.com/ev3dev-lang-java/ev3dev-lang-java/issues?q=state%3Aopen%20label%3A%22in%20analysis%22
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.