Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
oProject: Open Source Hardware Project Format
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  3 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Bryan Bishop  
View profile  
 More options Aug 2 2012, 8:50 pm
From: Bryan Bishop <kanz...@gmail.com>
Date: Thu, 2 Aug 2012 19:50:26 -0500
Local: Thurs, Aug 2 2012 8:50 pm
Subject: Re: [OH Updates] oProject: Open Source Hardware Project Format

On Thu, Aug 2, 2012 at 7:07 PM, Kurt Tomlinson <k...@openhardwarehub.com>wrote:

> I've posted the description of the oProject<https://github.com/kurttomlinson/oProject> format
> to GitHub for public review. I hope you'll take a look at it and send me
> any feedback you might have! Open Hardware Hub<http://www.openhardwarehub.com/>will be implementing this format for importing/exporting open source
> hardware projects once the preliminary round of review has completed.

Hi Kurt, nice to meet you.. welcome to the legion of people making
github-for-hardware. There are many of us, but nobody seems to want to
collaborate on a format.

Could you review these too?

http://gnusha.org/skdb
http://diyhpl.us/cgit/ has some repositories.

- Bryan
http://heybryan.org/
1 512 203 0507


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
John Griessen  
View profile  
 More options Aug 4 2012, 11:58 am
From: John Griessen <j...@industromatic.com>
Date: Sat, 04 Aug 2012 10:58:02 -0500
Local: Sat, Aug 4 2012 11:58 am
Subject: Re: [OH Updates] oProject: Open Source Hardware Project Format
On 08/04/2012 10:02 AM, Kurt Tomlinson wrote:
> I thought the point of being able to "download" hardware was that the process would

be almost entirely independent of the user.

That's a reasonable goal for a complete listing.  That would
depend on the exact materials and parts sources still being available.
Otherwise you are redesigning it some.
None of SKDB is complete to the level of tested with real materials and designs yet.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Discussion subject changed to "Fwd: [OH Updates] oProject: Open Source Hardware Project Format" by Bryan Bishop
Bryan Bishop  
View profile  
 More options Aug 8 2012, 1:16 am
From: Bryan Bishop <kanz...@gmail.com>
Date: Wed, 8 Aug 2012 00:16:19 -0500
Local: Wed, Aug 8 2012 1:16 am
Subject: Fwd: [OH Updates] oProject: Open Source Hardware Project Format
From: Matt Bond <m...@bomfire.com>
Date: Wed, Aug 8, 2012 at 12:09 AM
Subject: Re: [OH Updates] oProject: Open Source Hardware Project Format
To: upda...@lists.openhardwaresummit.org

Kurt and Bryan,

Excellent job with the formats.   I have added the first cut of
parts.xml as an import format for bomfire.com.  I like the friendly
readability of the yaml, but there doesn't seem to be any formal
structure for the parts section so I couldn't add it as readily.

I do have a couple suggestions for parts.xml: Reference Designators,
Substitutions and Subassemblies. I'd be glad to team up for that
section if you are amiable to adding more power to it.

1. Reference Designators (aka part names) such as R1, C1, M1, etc are
pretty common practice for communicating about parts so those would be
a good field.
Example:
<part designator="R1" ></part>
or
<part name="R1"></part>

2. Substitutions are part of a maturing project.  The driver for
substitutions may be different (different product configurations,
robust part availability, cost, whatever), but in all cases expressing
them unambiguously in a parts list should clarify things to some
otherwise confused people.
Example:
<parts name="hamburger">
<substitutions name="type of bun" criteria="manual" default="white">
<sub name="white">
<part>1 top bun</part>
<part>1 button bun </part>
</sub>
<sub name="low carb">
</sub>
</substitutions>
</parts>

3. Subassemblies.   Say you have a circuit board controlling an
electromechanical beast of burden.  Both the circuit board and the
beast of burden are almost complete projects in their own right and
having some sort of hierarchy will help organize them logically.
Basically, parts should be able to be included inside parts.
Example:

<parts>
<parts name="Circuit Board">
<part>Microcontroller+</part>
</parts>
<parts name="Beast of Burden">
<part>Induction Motor+</part>
</parts>
<parts>

or a little cleaner version without direct nesting:

<parts>
<part="Circuit Board"/>
<part="Beast of Burden"/>
</parts>

<parts name="Circuit Board">
<part>Microcontroller+</part>
</parts>
<parts name="Beast of Burden">
<part>Induction Motor+</part>
</parts>

Thanks,
Matt Bond
bomfire.com

On Aug 6, 2012, at 10:50 PM, Matt Bond wrote:

Begin forwarded message:

From: Kurt Tomlinson <k...@openhardwarehub.com>
Subject: Re: [OH Updates] oProject: Open Source Hardware Project Format
Date: August 4, 2012 8:02:30 AM MST
To: John Griessen <j...@industromatic.com>
Cc: upda...@lists.openhardwaresummit.org

Oh okay. My bad. I thought the point of being able to "download"
hardware was that the process would be almost entirely independent of
the user. I was just hoping for a little magic ;-)

Best,
Kurt

_______________________________________________
updates mailing list
upda...@lists.openhardwaresummit.org
http://lists.openhardwaresummit.org/listinfo.cgi/updates-openhardware...

_______________________________________________
updates mailing list
upda...@lists.openhardwaresummit.org
http://lists.openhardwaresummit.org/listinfo.cgi/updates-openhardware...

--
- Bryan
http://heybryan.org/
1 512 203 0507


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »